Interface VariableContextBaseline
- All Superinterfaces:
BambooIdProvider
,BambooObject
- All Known Implementing Classes:
VariableContextBaselineImpl
Collection of
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.
This class represents complete set of variables used during a deployment execution.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescription@Nullable VariableBaselineItem
Returns list ofVariableBaselineItem
that represents the variables used during a deployment execution.Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getVariables
List<VariableBaselineItem> getVariables()Returns list ofVariableBaselineItem
that represents the variables used during a deployment execution. Ideally, returned list should be immutable. But it is not enforced.- Returns:
- list of
VariableBaselineItem
-
findByKey
-