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.xld.AppliedDistribution> |
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.xld.AppliedDistribution |
getMainDeployedApplication() |
com.xebialabs.deployit.plugin.api.deployment.specification.Operation |
getMainOperation() |
com.xebialabs.deployit.plugin.api.xld.AppliedDistribution |
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.xld.AppliedDistribution getMainDeployedApplication()
public com.xebialabs.deployit.plugin.api.xld.AppliedDistribution 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.xld.AppliedDistribution> 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)