Uses of Class
org.jenkinsci.plugins.workflow.cps.GlobalVariable
Packages that use GlobalVariable
-
Uses of GlobalVariable in org.jenkinsci.plugins.workflow.cps
Subclasses of GlobalVariable in org.jenkinsci.plugins.workflow.cpsFields in org.jenkinsci.plugins.workflow.cps with type parameters of type GlobalVariableModifier and TypeFieldDescriptionstatic final Iterable<GlobalVariable>
GlobalVariable.ALL
Deprecated.Methods in org.jenkinsci.plugins.workflow.cps that return GlobalVariableMethods in org.jenkinsci.plugins.workflow.cps that return types with arguments of type GlobalVariableModifier and TypeMethodDescriptionstatic Iterable<GlobalVariable>
Returns all the registeredGlobalVariable
s for some context.Enumerate all global variables from this provider which should be associated with a given job.static Iterable<GlobalVariable>
Returns all the registeredGlobalVariable
s for some context.Enumerate all global variables from this provider which should be associated with a given build.Snippetizer.getGlobalVariables()
GlobalVariableSet.iterator()
Deprecated.implementGlobalVariableSet.forRun(hudson.model.Run<?, ?>)
instead
forRun(hudson.model.Run<?, ?>)
instead