Interface AddDeploymentPlanBuilder
-
- All Superinterfaces:
DeploymentPlanBuilder
public interface AddDeploymentPlanBuilder extends DeploymentPlanBuilder
Extension ofDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentPlanBuilderandDeploy()Indicates content that was added via an immediately precedingaddoperation should be deployed.ReplaceDeploymentPlanBuilderandReplace(String toReplace)Indicates content that was added via an immediately precedingaddoperation should be deployed, replacing the specified existing content in the runtime.-
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
-
andDeploy
DeploymentPlanBuilder andDeploy()
Indicates content that was added via an immediately precedingaddoperation should be deployed.- Returns:
- a builder that can continue building the overall deployment plan
-
andReplace
ReplaceDeploymentPlanBuilder andReplace(String toReplace)
Indicates content that was added via an immediately precedingaddoperation should be deployed, replacing the specified existing content in the runtime.- Parameters:
toReplace- unique identifier of the existing deployment content that is to be replaced- Returns:
- a builder that can continue building the overall deployment plan
-
-