Class GroovyShellDecoratorImpl

java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
org.jenkinsci.plugins.pipeline.modeldefinition.parser.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 Details

    • GroovyShellDecoratorImpl

      public GroovyShellDecoratorImpl()
  • Method Details

    • 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