| Package | Description |
|---|---|
| com.atlassian.bamboo.deployments.versions.service | |
| com.atlassian.bamboo.variable | |
| com.atlassian.bamboo.variable.substitutor |
| Modifier and Type | Method and Description |
|---|---|
protected com.atlassian.fugue.Pair<String,String> |
VersionNamingServiceImpl.getUniqueVersionNameByAutoIncrementing(long deploymentProjectId,
MutableVersionNamingScheme versionNamingScheme,
String nextSubstitutedName,
VariableSubstitutor variableSubstitutor) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable) |
<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. |
void |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable) |
void |
CustomVariableContextForTests.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable) |
void |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable)
Run operation with provided
VariableSubstitutor in thread local context. |
<V> V |
CustomVariableContextImpl.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
com.google.common.base.Supplier<V> supplier) |
<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. |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableSubstitutorImpl |
| Modifier and Type | Method and Description |
|---|---|
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForCommonContext(CommonContext commonContext) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForCommonContext(CommonContext commonContext) |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForGlobalContext() |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForGlobalContext() |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForPlan(ImmutablePlan plan) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForPlan(ImmutablePlan plan) |
VariableSubstitutor |
VariableSubstitutorFactoryImpl.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.