Interface UndeployDeploymentPlanBuilder
-
- All Superinterfaces:
DeploymentActionsCompleteBuilder,DeploymentPlanBuilder
public interface UndeployDeploymentPlanBuilder extends DeploymentActionsCompleteBuilder
Variant of aDeploymentPlanBuilderthat exposes directives that are only applicable following anundeploydirective.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveDeploymentPlanBuilderandRemoveUndeployed()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.domain.DeploymentActionsCompleteBuilder
toServerGroup
-
-
-
-
Method Detail
-
andRemoveUndeployed
RemoveDeploymentPlanBuilder 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
-
-