Package com.atlassian.bamboo.variable
Interface VariableContextSnapshot
-
- All Superinterfaces:
BambooIdProvider
,BambooObject
,Serializable
,VariableDefinitionIdentifier
,VariableSubstitutionContext
- All Known Implementing Classes:
VariableContextSnapshotImpl
public interface VariableContextSnapshot extends VariableSubstitutionContext, BambooObject
VariableContextSnapshot is required to allow resuming build execution in the same variable context as its first run. Snapshot of variable values is persisted between subsequent runs of the same result (resume, restart) so the context is exactly the same. Each object represents single variable assignment.
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.variable.VariableDefinitionIdentifier
ORDERING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultsSummary
getResultSummary()
void
setResultSummary(ResultsSummary resultSummary)
-
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 Detail
-
getResultSummary
ResultsSummary getResultSummary()
-
setResultSummary
void setResultSummary(ResultsSummary resultSummary)
-
-