Uses of Class
jenkins.tasks.filters.impl.RetainVariablesLocalRule.ProcessVariablesHandling
-
Packages that use RetainVariablesLocalRule.ProcessVariablesHandling Package Description jenkins.tasks.filters.impl -
-
Uses of RetainVariablesLocalRule.ProcessVariablesHandling in jenkins.tasks.filters.impl
Methods in jenkins.tasks.filters.impl that return RetainVariablesLocalRule.ProcessVariablesHandling Modifier and Type Method Description RetainVariablesLocalRule.ProcessVariablesHandling
RetainVariablesLocalRule. getProcessVariablesHandling()
static RetainVariablesLocalRule.ProcessVariablesHandling
RetainVariablesLocalRule.ProcessVariablesHandling. valueOf(String name)
Returns the enum constant of this type with the specified name.static RetainVariablesLocalRule.ProcessVariablesHandling[]
RetainVariablesLocalRule.ProcessVariablesHandling. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jenkins.tasks.filters.impl with parameters of type RetainVariablesLocalRule.ProcessVariablesHandling Modifier and Type Method Description void
RetainVariablesLocalRule. setProcessVariablesHandling(RetainVariablesLocalRule.ProcessVariablesHandling processVariablesHandling)
-