|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable)
|
|
|
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable)
Run operation with provided VariableSubstitutor in thread local context. |
|
|
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)
|
|
|
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
com.google.common.base.Supplier<V> supplier)
|
|
|
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
com.google.common.base.Supplier<V> supplier)
Run operation with provided VariableSubstitutor in thread local context. |
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |