public class DefaultDeltaSpecification
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification, java.io.Serializable
| Constructor and Description |
|---|
DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
com.xebialabs.deployit.plugin.api.udm.DeployedApplication previousDeployedApplication,
com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getDeltas() |
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getDeployedApplication() |
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getOperation() |
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getPreviousDeployedApplication() |
public DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
com.xebialabs.deployit.plugin.api.udm.DeployedApplication previousDeployedApplication,
com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployedApplication,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas)
public com.xebialabs.deployit.plugin.api.deployment.specification.Operation getOperation()
getOperation in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationpublic com.xebialabs.deployit.plugin.api.udm.DeployedApplication getPreviousDeployedApplication()
getPreviousDeployedApplication in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationpublic com.xebialabs.deployit.plugin.api.udm.DeployedApplication getDeployedApplication()
getDeployedApplication in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationpublic java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getDeltas()
getDeltas in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification