@Extension public class LibraryDecorator extends org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Library
, checks for it being used, and actually loads the library.ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
LibraryDecorator() |
Modifier and Type | Method and Description |
---|---|
void |
configureCompiler(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution,
org.codehaus.groovy.control.CompilerConfiguration cc) |
void |
customizeImports(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution,
org.codehaus.groovy.control.customizers.ImportCustomizer ic) |
public void customizeImports(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution, org.codehaus.groovy.control.customizers.ImportCustomizer ic)
customizeImports
in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
public void configureCompiler(org.jenkinsci.plugins.workflow.cps.CpsFlowExecution execution, org.codehaus.groovy.control.CompilerConfiguration cc)
configureCompiler
in class org.jenkinsci.plugins.workflow.cps.GroovyShellDecorator
Copyright © 2016–2022. All rights reserved.