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.xld.AppliedDistribution previousDeployedApplication,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution deployedApplication,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas) |
DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution previousDeployedApplication,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution deployedApplication,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas,
boolean rollback) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution |
getAppliedDistribution() |
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.xld.AppliedDistribution |
getPreviousAppliedDistribution() |
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getPreviousDeployedApplication() |
boolean |
isRollback() |
public DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution previousDeployedApplication,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution deployedApplication,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> deltas,
boolean rollback)
public DefaultDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.Operation operation,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution previousDeployedApplication,
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution 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.xld.AppliedDistribution getPreviousAppliedDistribution()
getPreviousAppliedDistribution in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecificationpublic com.xebialabs.deployit.plugin.api.xld.AppliedDistribution getAppliedDistribution()
getAppliedDistribution 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.DeltaSpecificationpublic boolean isRollback()
isRollback in interface com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification