Interface ReplaceDeploymentPlanBuilder
- All Superinterfaces:
DeploymentPlanBuilder
Extension of
DeploymentPlanBuilder that exposes
directives that are only applicable following a replace directive.- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptionIndicates that deployment content that was undeployed via the precedingreplaceaction should be removed from the content repository.Methods inherited from interface org.jboss.as.controller.client.helpers.standalone.DeploymentPlanBuilder
add, add, add, add, add, add, addContentFileToDeployment, addContentToDeployment, build, deploy, explodeDeployment, explodeDeploymentContent, getDeploymentActions, getGracefulShutdownTimeout, getLastAction, isGlobalRollback, isGracefulShutdown, isShutdown, redeploy, remove, removeContentFromDeployment, replace, replace, replace, replace, replace, replace, replace, undeploy
-
Method Details
-
andRemoveUndeployed
DeploymentPlanBuilder andRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingreplaceaction should be removed from the content repository.- Returns:
- a builder that can continue building the overall deployment plan
-