public class DeltaSpecificationBuilder
extends java.lang.Object
| Constructor and Description |
|---|
DeltaSpecificationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification |
build() |
DeltaSpecificationBuilder |
create(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
DeltaSpecificationBuilder |
destroy(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
DeltaSpecificationBuilder |
initial(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment) |
DeltaSpecificationBuilder |
modify(com.xebialabs.deployit.plugin.api.udm.Deployed previous,
com.xebialabs.deployit.plugin.api.udm.Deployed d) |
static DeltaSpecificationBuilder |
newSpecification() |
DeltaSpecificationBuilder |
noOp(com.xebialabs.deployit.plugin.api.udm.Deployed d) |
DeltaSpecificationBuilder |
undeploy(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment) |
DeltaSpecificationBuilder |
upgrade(com.xebialabs.deployit.plugin.api.udm.DeployedApplication previous,
com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment) |
DeltaSpecificationBuilder |
with(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
public static DeltaSpecificationBuilder newSpecification()
public DeltaSpecificationBuilder create(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public DeltaSpecificationBuilder modify(com.xebialabs.deployit.plugin.api.udm.Deployed previous, com.xebialabs.deployit.plugin.api.udm.Deployed d)
public DeltaSpecificationBuilder destroy(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public DeltaSpecificationBuilder noOp(com.xebialabs.deployit.plugin.api.udm.Deployed d)
public DeltaSpecificationBuilder with(com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
public DeltaSpecificationBuilder upgrade(com.xebialabs.deployit.plugin.api.udm.DeployedApplication previous, com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment)
public DeltaSpecificationBuilder undeploy(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment)
public DeltaSpecificationBuilder initial(com.xebialabs.deployit.plugin.api.udm.DeployedApplication deployment)
public com.xebialabs.deployit.plugin.api.deployment.specification.DeltaSpecification build()