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
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
NULL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureCompiler
(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution, org.codehaus.groovy.control.CompilerConfiguration cc) org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Methods inherited from class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
all, configureShell, customizeImports
-
Constructor Details
-
GroovyShellDecoratorImpl
public GroovyShellDecoratorImpl()
-
-
Method Details
-
forTrusted
public org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator forTrusted()- Overrides:
forTrusted
in classorg.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 classorg.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
-