Uses of Class
com.atlassian.bamboo.plugin.servlet.SymbolicBuildReference
-
Packages that use SymbolicBuildReference Package Description com.atlassian.bamboo.plugin.servlet -
-
Uses of SymbolicBuildReference in com.atlassian.bamboo.plugin.servlet
Methods in com.atlassian.bamboo.plugin.servlet that return SymbolicBuildReference Modifier and Type Method Description static SymbolicBuildReference
SymbolicBuildReference. labelToReference(String label)
Returns the symbolic reference that matches the specified label, or NONE if there are no matching references.static SymbolicBuildReference
SymbolicBuildReference. valueOf(String name)
Returns the enum constant of this type with the specified name.static SymbolicBuildReference[]
SymbolicBuildReference. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-