Class Checkpoint
java.lang.Object
com.xebialabs.deployit.plugin.api.deployment.planning.Checkpoint
Defines a checkpoint for the execution of a deployment.
- 
Constructor Summary
ConstructorsConstructorDescriptionCheckpoint(Delta deltaToCheckpoint) Checkpoint(Delta deltaToCheckpoint, String intermediateCheckpointName, Operation overrideOperation)  - 
Method Summary
Modifier and TypeMethodDescription 
- 
Constructor Details
- 
Checkpoint
- Parameters:
 deltaToCheckpoint- The Delta that needs to be checkpointed.
 - 
Checkpoint
 
 - 
 - 
Method Details
- 
getDeltaToCheckpoint
 - 
getIntermediateCheckpointName
 - 
getOverrideOperation
 
 -