Class GroovyShellDecoratorImpl
java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
org.jenkinsci.plugins.workflow.cps.global.GroovyShellDecoratorImpl
- All Implemented Interfaces:
ExtensionPoint
@Extension
public class GroovyShellDecoratorImpl
extends org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Adds the global shared library space into classpath of the trusted
GroovyClassLoader
.- Author:
- Kohsuke Kawaguchi
- See Also:
-
CpsFlowExecution.getTrustedShell()
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Methods inherited from class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
all, configureCompiler, 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
-