| Package | Description |
|---|---|
| com.atlassian.bamboo.variable | |
| com.atlassian.bamboo.variable.substitutor |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Callable<V> callable)
Run operation with provided
VariableSubstitutor in thread local context. |
void |
CustomVariableContext.withVariableSubstitutor(VariableSubstitutor variableSubstitutor,
Runnable runnable)
Run operation with provided
VariableSubstitutor in thread local context. |
<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 | Method and Description |
|---|---|
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForCommonContext(CommonContext commonContext) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForGlobalContext() |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForPlan(ImmutablePlan planIdentifier) |
VariableSubstitutor |
VariableSubstitutorFactory.newSubstitutorForVariables(Map<String,VariableDefinitionContext> variablesContextMap) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.