Interface VariableBaselineItem
- All Superinterfaces:
BambooIdProvider
,BambooObject
,Serializable
,VariableDefinitionIdentifier
,VariableSubstitutionContext
- All Known Implementing Classes:
VariableBaselineItemImpl
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.
VariableBaselineItem
represents single variable assignment. See also: VariableContextBaseline
-
Field Summary
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
-
Method Summary
Modifier and TypeMethodDescription@NotNull VariableContextBaseline
void
setOwningBaseline
(@NotNull VariableContextBaseline owningBaseline) Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
setId
Methods inherited from interface com.atlassian.bamboo.variable.VariableSubstitutionContext
getKey, getValue, getVariableType, setKey, setValue, setVariableType
-
Method Details
-
getOwningBaseline
- Since:
- 5.0
-
setOwningBaseline
- Since:
- 5.0
-