| Package | Description |
|---|---|
| com.atlassian.bamboo.util | |
| com.atlassian.bamboo.variable | |
| com.atlassian.bamboo.variable.baseline | |
| com.atlassian.bamboo.variable.substitutor |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PasswordMaskingUtils.shouldBeMasked(VariableSubstitutionContext variableSubstitutionContext) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
VariableContextSnapshot
VariableContextSnapshot is required to allow resuming build execution in the same variable context as
its first run.
|
interface |
VariableSubstitution |
| Modifier and Type | Method and Description |
|---|---|
Map<String,VariableSubstitutionContext> |
CustomVariableContext.getSubstitutedVariables()
Get all the variables that have previously been substituted in this thread.
|
Map<String,VariableSubstitutionContext> |
VariableContext.getSubstitutions() |
| Modifier and Type | Method and Description |
|---|---|
VariableContextBuilder |
VariableContextBuilder.addFromSubstitutionContext(Iterable<? extends VariableSubstitutionContext> input) |
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,VariableSubstitutionContext> |
VariableSubstitutor.getSubstitutedVariables()
Returns all variables used in string substitution during this object's lifetime
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.