Decorates the pipeline template during compilation
modifies the template at compile time to invoke lifecycle hooks prior to and after template execution
Fields inherited from class | Fields |
---|---|
class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator |
NULL |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
configureCompiler(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution, org.codehaus.groovy.control.CompilerConfiguration cc) For the JTE pipeline template, customizes the compiler so that the template is wrapped in a try-finally block so that the
|
Methods inherited from class | Name |
---|---|
class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator |
org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#all(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#forTrusted(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#configureShell(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution, groovy.lang.GroovyShell), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#customizeImports(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution, org.codehaus.groovy.control.customizers.ImportCustomizer), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#configureCompiler(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution, org.codehaus.groovy.control.CompilerConfiguration), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#wait(long), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#wait(long, int), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#wait(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#equals(java.lang.Object), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#toString(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#hashCode(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#getClass(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#notify(), org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
For the JTE pipeline template, customizes the compiler so that the template is wrapped in a try-finally block so that the