public interface AddDeploymentPlanBuilder extends DeploymentPlanBuilder
DeploymentPlanBuilder
that exposes
directives that are only applicable following an add
directive.Modifier and Type | Method and Description |
---|---|
DeploymentPlanBuilder |
andDeploy()
Indicates content that was added via an immediately preceding
add operation should be deployed. |
ReplaceDeploymentPlanBuilder |
andReplace(String toReplace)
Indicates content that was added via an immediately preceding
add operation should be deployed, replacing the specified
existing content in the runtime. |
add, add, add, add, add, add, build, deploy, getDeploymentActions, getGracefulShutdownTimeout, getLastAction, isGlobalRollback, isGracefulShutdown, isShutdown, redeploy, remove, replace, replace, replace, replace, replace, replace, replace, undeploy
DeploymentPlanBuilder andDeploy()
add
operation should be deployed.ReplaceDeploymentPlanBuilder andReplace(String toReplace)
add
operation should be deployed, replacing the specified
existing content in the runtime.toReplace
- unique identifier of the existing deployment content that is to be replacedCopyright © 2018 JBoss by Red Hat. All rights reserved.