public class MultiDeltaSpecification
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
MultiDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification deltaSpecification) |
| Modifier and Type | Method and Description |
|---|---|
static MultiDeltaSpecification |
forRollback(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> deltaSpecifications) |
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> |
getAllDeltas() |
java.util.List<com.xebialabs.deployit.plugin.api.udm.DeployedApplication> |
getAllDeployedApplications() |
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> |
getDeltaSpecifications() |
com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification |
getMainDeltaSpecification() |
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getMainDeployedApplication() |
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getMainOperation() |
com.xebialabs.deployit.plugin.api.udm.DeployedApplication |
getMainPreviousDeployedApplication() |
static MultiDeltaSpecification |
withDependencies(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification main,
java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> required) |
public MultiDeltaSpecification(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification deltaSpecification)
public com.xebialabs.deployit.plugin.api.deployment.specification.Operation getMainOperation()
public com.xebialabs.deployit.plugin.api.udm.DeployedApplication getMainDeployedApplication()
public com.xebialabs.deployit.plugin.api.udm.DeployedApplication getMainPreviousDeployedApplication()
public com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification getMainDeltaSpecification()
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> getDeltaSpecifications()
public java.util.List<com.xebialabs.deployit.plugin.api.udm.DeployedApplication> getAllDeployedApplications()
public java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.Delta> getAllDeltas()
public static MultiDeltaSpecification withDependencies(com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification main, java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> required)
public static MultiDeltaSpecification forRollback(java.util.List<com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification> deltaSpecifications)