Uses of Interface
com.atlassian.bamboo.variable.substitutor.VariableSubstitutor

Packages that use VariableSubstitutor
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.variable   
com.atlassian.bamboo.variable.substitutor   
 

Uses of VariableSubstitutor in com.atlassian.bamboo.deployments.versions.service
 

Methods in com.atlassian.bamboo.deployments.versions.service with parameters of type VariableSubstitutor
protected  com.atlassian.fugue.Pair<String,String> VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId, MutableVersionNamingScheme versionNamingScheme, String nextSubstitutedName, VariableSubstitutor variableSubstitutor)
           
 

Uses of VariableSubstitutor in com.atlassian.bamboo.variable
 

Methods in com.atlassian.bamboo.variable with parameters of type VariableSubstitutor
<V> V
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Callable<V> callable)
           
<V> V
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Callable<V> callable)
          Run operation with provided VariableSubstitutor in thread local context.
<V> V
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Callable<V> callable)
           
 void CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Runnable runnable)
           
 void CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Runnable runnable)
          Run operation with provided VariableSubstitutor in thread local context.
 void CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, Runnable runnable)
           
<V> V
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, com.google.common.base.Supplier<V> supplier)
           
<V> V
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, com.google.common.base.Supplier<V> supplier)
          Run operation with provided VariableSubstitutor in thread local context.
<V> V
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor, com.google.common.base.Supplier<V> supplier)
           
 

Uses of VariableSubstitutor in com.atlassian.bamboo.variable.substitutor
 

Classes in com.atlassian.bamboo.variable.substitutor that implement VariableSubstitutor
 class VariableSubstitutorImpl
           
 

Methods in com.atlassian.bamboo.variable.substitutor that return VariableSubstitutor
 VariableSubstitutor VariableSubstitutorFactory.newSubstitutorForCommonContext(CommonContext commonContext)
           
 VariableSubstitutor VariableSubstitutorFactoryImpl.newSubstitutorForCommonContext(CommonContext commonContext)
           
 VariableSubstitutor VariableSubstitutorFactory.newSubstitutorForGlobalContext()
           
 VariableSubstitutor VariableSubstitutorFactoryImpl.newSubstitutorForGlobalContext()
           
 VariableSubstitutor VariableSubstitutorFactory.newSubstitutorForPlan(ImmutablePlan planIdentifier)
           
 VariableSubstitutor VariableSubstitutorFactoryImpl.newSubstitutorForPlan(ImmutablePlan plan)
           
 VariableSubstitutor VariableSubstitutorFactory.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap)
           
 VariableSubstitutor VariableSubstitutorFactoryImpl.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap)
           
 



Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.