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

Packages that use VariableSubstitutionContext
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.results.variable   
com.atlassian.bamboo.deployments.versions   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.variable.baseline   
 

Uses of VariableSubstitutionContext in com.atlassian.bamboo.deployments.results.service
 

Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type VariableSubstitutionContext
 void DeploymentResultServiceImpl.logSubstitutedVariables(long deploymentResultId, java.util.Map<java.lang.String,VariableSubstitutionContext> substitutions)
           
 void DeploymentResultService.logSubstitutedVariables(long deploymentResultId, java.util.Map<java.lang.String,VariableSubstitutionContext> substitutions)
          Adds variable substitution result to DeploymentResult This method logs substitution after it was performed and will use only REALLY substituted values
 

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

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

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

Uses of VariableSubstitutionContext in com.atlassian.bamboo.deployments.versions
 

Methods in com.atlassian.bamboo.deployments.versions that return types with arguments of type VariableSubstitutionContext
 com.google.common.collect.ImmutableList<VariableSubstitutionContext> DeploymentVersionImpl.getVariableContext()
           
 com.google.common.collect.ImmutableList<VariableSubstitutionContext> DeploymentVersion.getVariableContext()
           
 

Uses of VariableSubstitutionContext in com.atlassian.bamboo.variable
 

Subinterfaces of VariableSubstitutionContext 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 VariableSubstitution
           
 

Classes in com.atlassian.bamboo.variable that implement VariableSubstitutionContext
 class VariableContextSnapshotImpl
           
 class VariableSubstitutionContextImpl
           
 class VariableSubstitutionImpl
           
 

Methods in com.atlassian.bamboo.variable that return types with arguments of type VariableSubstitutionContext
static com.google.common.base.Function<VariableSubstitutionContext,VariableSubstitutionContext> VariableFunctions.getCopySubstitutionContextFunction()
           
static com.google.common.base.Function<VariableSubstitutionContext,VariableSubstitutionContext> VariableFunctions.getCopySubstitutionContextFunction()
           
 java.util.Map<java.lang.String,VariableSubstitutionContext> CustomVariableContext.getSubstitutedVariables()
          Get all the variables that have previously been substituted in this thread.
 java.util.Map<java.lang.String,VariableSubstitutionContext> CustomVariableContextImpl.getSubstitutedVariables()
           
 java.util.Map<java.lang.String,VariableSubstitutionContext> VariableContext.getSubstitutions()
           
 java.util.Map<java.lang.String,VariableSubstitutionContext> VariableContextImpl.getSubstitutions()
           
 

Method parameters in com.atlassian.bamboo.variable with type arguments of type VariableSubstitutionContext
 VariableContextBuilder VariableContextBuilder.addFromSubstitutionContext(java.lang.Iterable<? extends VariableSubstitutionContext> input)
           
 VariableContextBuilder VariableContextBuilderImpl.addFromSubstitutionContext(java.lang.Iterable<? extends VariableSubstitutionContext> input)
           
 

Constructors in com.atlassian.bamboo.variable with parameters of type VariableSubstitutionContext
VariableSubstitutionContextImpl(VariableSubstitutionContext variableSubstitutionContext)
           
 

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

Subinterfaces of VariableSubstitutionContext 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 VariableSubstitutionContext
 class VariableBaselineItemImpl
           
 



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