Uses of Interface
com.atlassian.bamboo.variable.VariableContext

Packages that use VariableContext
com.atlassian.bamboo.v2.build   
com.atlassian.bamboo.variable   
 

Uses of VariableContext in com.atlassian.bamboo.v2.build
 

Methods in com.atlassian.bamboo.v2.build that return VariableContext
 VariableContext BuildContext.getVariableContext()
           
 VariableContext BuildContextImpl.getVariableContext()
           
 

Constructors in com.atlassian.bamboo.v2.build with parameters of type VariableContext
BuildContextImpl(Plan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, BuildContext parentBuildContext, ArtifactContext artifactContext, VariableContext variableContext)
           
BuildContextImpl(Plan buildPlan, int buildNumber, TriggerReason triggerReason, BuildDefinition buildDefinition, BuildChanges buildChanges, VariableContext variableContext)
           
 

Uses of VariableContext in com.atlassian.bamboo.variable
 

Classes in com.atlassian.bamboo.variable that implement VariableContext
 class VariableContextImpl
           
 

Methods in com.atlassian.bamboo.variable that return VariableContext
 VariableContext VariableDefinitionManager.getVariableContext(java.util.Map<java.lang.String,java.lang.String> variables)
          Create variable context for manual variables based on simple key/value map This context contains *ONLY* manually overridden variables (used for passing manual changes set on chain level to job level contexts)
 VariableContext VariableDefinitionManagerImpl.getVariableContext(java.util.Map<java.lang.String,java.lang.String> variables)
           
 

Methods in com.atlassian.bamboo.variable with parameters of type VariableContext
 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)
           
 



Copyright © 2011 Atlassian. All Rights Reserved.