Interface AddDeploymentPlanBuilder
- All Superinterfaces:
DeploymentActionsCompleteBuilder,DeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable following an add directive.- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptionIndicates content that was added via an immediately precedingaddoperation should be deployed.andReplace(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.domain.DeploymentActionsCompleteBuilder
toServerGroup
-
Method Details
-
andDeploy
DeployDeploymentPlanBuilder 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
Indicates content that was added via an immediately precedingaddoperation should be deployed, replacing the specified existing content in the runtime.- Parameters:
toReplace- identifier of the existing deployment content that is to be replaced- Returns:
- a builder that can continue building the overall deployment plan
-