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

Packages that use VariableDefinitionIdentifier
com.atlassian.bamboo.deployments.results.variable   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.variable.baseline   
com.atlassian.bamboo.variable.matcher   
 

Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.deployments.results.variable
 

Subinterfaces of VariableDefinitionIdentifier in com.atlassian.bamboo.deployments.results.variable
 interface DeploymentVariableSubstitution
           
 

Classes in com.atlassian.bamboo.deployments.results.variable that implement VariableDefinitionIdentifier
 class DeploymentVariableSubstitutionImpl
           
 

Constructors in com.atlassian.bamboo.deployments.results.variable with parameters of type VariableDefinitionIdentifier
DeploymentVariableSubstitutionImpl(VariableDefinitionIdentifier variable, MutableDeploymentResult result)
           
 

Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable
 

Subinterfaces of VariableDefinitionIdentifier in com.atlassian.bamboo.variable
 interface VariableContextSnapshot
          VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run.
 interface VariableDefinition
           
 interface VariableDefinitionContext
          Light version of VariableDefinition class, that could be passed to the agent inside BuildContext The purpose of this interface is to pass currently evaluated variable context.
 interface VariableSubstitution
           
 interface VariableSubstitutionContext
          Light version of VariableSubstitution class, that could be passed to the agent inside BuildContext The purpose of this interface is to log usage of variables.
 

Classes in com.atlassian.bamboo.variable that implement VariableDefinitionIdentifier
 class VariableContextSnapshotImpl
           
 class VariableDefinitionContextImpl
           
 class VariableDefinitionImpl
           
 class VariableSubstitutionContextImpl
           
 class VariableSubstitutionImpl
           
 

Fields in com.atlassian.bamboo.variable with type parameters of type VariableDefinitionIdentifier
static com.google.common.collect.Ordering<VariableDefinitionIdentifier> VariableDefinitionIdentifier.ORDERING
          Common ordering for all implementing objects.
 

Method parameters in com.atlassian.bamboo.variable with type arguments of type VariableDefinitionIdentifier
static java.lang.String VariableHashCodeProvider.calculateVariableSetSha(java.lang.Iterable<? extends VariableDefinitionIdentifier> variableDefinitionIdentifiers)
          WARNING: do not change unless you have REALLY good reason
 

Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.baseline
 

Subinterfaces of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.baseline
 interface VariableBaselineItem
          In order to ensure that resumed job execution happens in the same variable context as its first run, all the variable assignments need to be saved for future use.
 

Classes in com.atlassian.bamboo.variable.baseline that implement VariableDefinitionIdentifier
 class VariableBaselineItemImpl
           
 

Uses of VariableDefinitionIdentifier in com.atlassian.bamboo.variable.matcher
 

Classes in com.atlassian.bamboo.variable.matcher with type parameters of type VariableDefinitionIdentifier
 class IsVariableDefinitionIdentifierEq<T extends VariableDefinitionIdentifier>
           
 

Methods in com.atlassian.bamboo.variable.matcher with type parameters of type VariableDefinitionIdentifier
static
<T extends VariableDefinitionIdentifier>
com.google.common.base.Function<T,org.hamcrest.Matcher<? super T>>
IsVariableDefinitionIdentifierEq.createMatcher()
           
static
<T extends VariableDefinitionIdentifier>
org.hamcrest.Matcher<? super T>
IsVariableDefinitionIdentifierEq.equalToVariableDefinitionIdentifier(T reference)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.