Class GroovyShellDecoratorImpl

  • All Implemented Interfaces:
    ExtensionPoint

    @Extension
    public class GroovyShellDecoratorImpl
    extends org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
    Registers the 'pipeline' step validation during Jenkinsfile parsing.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • GroovyShellDecoratorImpl

        public GroovyShellDecoratorImpl()
    • Method Detail

      • forTrusted

        public org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator forTrusted()
        Overrides:
        forTrusted in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
      • configureCompiler

        public void configureCompiler​(@CheckForNull
                                      org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution,
                                      org.codehaus.groovy.control.CompilerConfiguration cc)
        Overrides:
        configureCompiler in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator