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()
  • 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