Interface UndeployDeploymentPlanBuilder
-
- All Superinterfaces:
DeploymentPlanBuilder
public interface UndeployDeploymentPlanBuilder extends DeploymentPlanBuilder
Extension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentPlanBuilderandRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingundeployaction 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 Detail
-
andRemoveUndeployed
DeploymentPlanBuilder andRemoveUndeployed()
Indicates that deployment content that was undeployed via the precedingundeployaction should be removed from the content repository.- Returns:
- a builder that can continue building the overall deployment plan
-
-