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 VariableBaselineItemReturns list ofVariableBaselineItemthat represents the variables used during a deployment execution.Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getIdMethods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
-
Method Details
-
getVariables
List<VariableBaselineItem> getVariables()Returns list ofVariableBaselineItemthat represents the variables used during a deployment execution. Ideally, returned list should be immutable. But it is not enforced.- Returns:
- list of
VariableBaselineItem
-
findByKey
-