Class GroovyFileGlobalVariable
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.cps.GlobalVariable
-
- org.jenkinsci.plugins.workflow.remoteloader.GroovyFileGlobalVariable
-
- All Implemented Interfaces:
ExtensionPoint
- Direct Known Subclasses:
FileLoaderDSL
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public abstract class GroovyFileGlobalVariable extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
Implements Global variable, which is implemented via Groovy file. Exclusions should be configured separately usingProxyWhitelist
.- Author:
- Oleg Nenashev
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description GroovyFileGlobalVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClassName()
Canonical name of the class to be loaded.Object
getValue(org.jenkinsci.plugins.workflow.cps.CpsScript script)
-
-
-
Method Detail
-
getClassName
@Nonnull public String getClassName()
Canonical name of the class to be loaded.- Returns:
- Canonical class name
-
-