public interface Delta
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
Deployed<? extends Deployable,? extends Container> |
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<? extends Deployable,? extends Container> |
getPrevious() |
Operation getOperation()
Deployed<? extends Deployable,? extends Container> getPrevious()
Deployed<? extends Deployable,? extends Container> getDeployed()
java.util.List<java.lang.String> getIntermediateCheckpoints()