com.atlassian.bamboo.variable
Interface VariableContextSnapshot
- All Superinterfaces:
- BambooIdProvider, BambooObject, java.io.Serializable, 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.
getResultSummary
ResultsSummary getResultSummary()
setResultSummary
void setResultSummary(ResultsSummary resultSummary)
Copyright © 2012 Atlassian. All Rights Reserved.