Uses of Class
com.atlassian.bamboo.variable.VariableType

Packages that use VariableType
com.atlassian.bamboo.variable   
 

Uses of VariableType in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable that return VariableType
 VariableType VariableSubstitutionContext.getVariableType()
           
 VariableType VariableDefinitionContext.getVariableType()
          VariableType shows the source of variable value as it was evaluated before build execution
 VariableType VariableSubstitutionImpl.getVariableType()
           
 VariableType VariableSubstitutionContextImpl.getVariableType()
           
 VariableType VariableDefinitionImpl.getVariableType()
           
 VariableType VariableDefinitionContextImpl.getVariableType()
           
 VariableType VariableContextSnapshotImpl.getVariableType()
           
static VariableType VariableType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VariableType[] VariableType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.bamboo.variable with parameters of type VariableType
 java.util.Map<java.lang.String,java.lang.String> VariableDefinitionManager.getSimpleVariableMapByType(VariableContext variableContext, VariableType variableType)
          Filter variable context by variable type and return as simple key/value map
 java.util.Map<java.lang.String,java.lang.String> VariableDefinitionManagerImpl.getSimpleVariableMapByType(VariableContext variableContext, VariableType variableType)
           
 void VariableSubstitutionContext.setVariableType(VariableType variableType)
           
 void VariableDefinitionContext.setVariableType(VariableType variableType)
           
 void VariableSubstitutionImpl.setVariableType(VariableType variableType)
           
 void VariableSubstitutionContextImpl.setVariableType(VariableType variableType)
           
 void VariableDefinitionImpl.setVariableType(VariableType variableType)
           
 void VariableDefinitionContextImpl.setVariableType(VariableType variableType)
           
 void VariableContextSnapshotImpl.setVariableType(VariableType variableType)
           
 

Constructors in com.atlassian.bamboo.variable with parameters of type VariableType
VariableContextSnapshotImpl(java.lang.String key, java.lang.String value, VariableType variableType, ResultsSummary resultSummary)
           
VariableDefinitionContextImpl(java.lang.String key, java.lang.String value, VariableType variableType)
           
VariableSubstitutionContextImpl(java.lang.String key, java.lang.String value, VariableType variableType)
           
VariableSubstitutionImpl(java.lang.String key, java.lang.String value, VariableType variableType, ResultsSummary resultSummary)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.