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, addContentFileToDeployment, addContentToDeployment, build, deploy, explodeDeployment, explodeDeploymentContent, getDeploymentActions, getGracefulShutdownTimeout, getLastAction, isGlobalRollback, isGracefulShutdown, isShutdown, redeploy, remove, removeContenFromDeployment, replace, replace, replace, replace, replace, replace, replace, undeployDeploymentPlanBuilder 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.