public interface DeltaSpecification
extends java.io.Serializable
DeployedApplication
Modifier and Type | Method and Description |
---|---|
java.util.List<Delta> |
getDeltas()
The
Delta s that were calculated for this deployment |
DeployedApplication |
getDeployedApplication()
The
DeployedApplication that is the subject of the current (un)deployment. |
Operation |
getOperation()
The operation that is being executed on the
DeployedApplication . |
DeployedApplication |
getPreviousDeployedApplication()
The
DeployedApplication that is being replaced with this (un)deployment. |
Operation getOperation()
DeployedApplication
.DeployedApplication getPreviousDeployedApplication()
DeployedApplication
that is being replaced with this (un)deployment.
Is null
when this is an initial deployment.DeployedApplication getDeployedApplication()
DeployedApplication
that is the subject of the current (un)deployment.
Note: From XL Deploy 4.0 onwards this will return null
when an undeployment is being planned, similar to Delta
.