Package com.atlassian.bamboo.variable
Class VariableUsage
java.lang.Object
com.atlassian.bamboo.variable.VariableUsage
Object representing an analyzed usage of a variable anywhere in Bamboo. Variable usages have the following format:
${<namespace>.<name>}. For example, for a variable usage ${bamboo.maven.arguments}, an instance
of
VariableUsage
would have namespace "bamboo" and name "maven.arguments".-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VariableUsage
-
-
Method Details
-
getNamespace
-
getName
-
toUsageString
Returns this object's representation as a usage string, e.g. for namespace "bamboo" and name "mavenArgs" the usage string would be "${bamboo.mavenArgs}". -
toString
-
equals
-
hashCode
public int hashCode()
-