protected class SingleTypeContributor.TypedDelta
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.deployment.specification.Delta
| Modifier and Type | Method and Description |
|---|---|
D |
getDeployed() |
java.util.List<java.lang.String> |
getIntermediateCheckpoints() |
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getOperation() |
D |
getPrevious() |
public com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
getOperation in interface com.xebialabs.deployit.plugin.api.deployment.specification.Deltapublic D getPrevious()
getPrevious in interface com.xebialabs.deployit.plugin.api.deployment.specification.Deltapublic D getDeployed()
getDeployed in interface com.xebialabs.deployit.plugin.api.deployment.specification.Deltapublic java.util.List<java.lang.String> getIntermediateCheckpoints()
getIntermediateCheckpoints in interface com.xebialabs.deployit.plugin.api.deployment.specification.Delta