public interface Delta
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Deployed<?,?> |
getDeployed() |
java.util.List<java.lang.String> |
getIntermediateCheckpoints()
When this Delta is generated as part of a rollback, this can be inspected to see which
(intermediate) checkpoints were hit during the deployment.
|
Operation |
getOperation() |
Deployed<?,?> |
getPrevious() |
Operation getOperation()
Deployed<?,?> getPrevious()
Deployed<?,?> getDeployed()
java.util.List<java.lang.String> getIntermediateCheckpoints()