| Package | Description |
|---|---|
| com.atlassian.bamboo.variable | |
| com.atlassian.bamboo.variable.baseline |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StageVariableContext
Represents state of variables in reference to stage results.
|
interface |
VariableContextSnapshot
VariableContextSnapshot is required to allow resuming build execution in the same variable context as
its first run.
|
interface |
VariableDefinition |
interface |
VariableDefinitionContext
Light version of
VariableDefinition class, that could be passed to the agent inside BuildContext
The purpose of this interface is to pass currently evaluated variable context. |
interface |
VariableSubstitution |
interface |
VariableSubstitutionContext
Light version of
VariableSubstitution class, that could be passed to the agent inside BuildContext The
purpose of this interface is to log usage of variables. |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.Ordering<VariableDefinitionIdentifier> |
VariableDefinitionIdentifier.ORDERING
Common ordering for all implementing objects.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Predicate<VariableDefinitionIdentifier> |
VariableType.isTypeEqual() |
| 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.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.