Uses of Class
com.atlassian.bamboo.plugins.variable.inject.VariableScope
-
Packages that use VariableScope Package Description com.atlassian.bamboo.plugins.variable.inject -
-
Uses of VariableScope in com.atlassian.bamboo.plugins.variable.inject
Methods in com.atlassian.bamboo.plugins.variable.inject that return VariableScope Modifier and Type Method Description static VariableScope
VariableScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static VariableScope[]
VariableScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-