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.GlobalVariableImplements 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 StringgetClassName()Canonical name of the class to be loaded.ObjectgetValue(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
 
 
 - 
 
 -