Interface AddDeploymentPlanBuilder
-
- All Superinterfaces:
DeploymentActionsCompleteBuilder,DeploymentPlanBuilder
public interface AddDeploymentPlanBuilder extends DeploymentActionsCompleteBuilder
Variant of aDeploymentPlanBuilderthat exposes directives that are only applicable following anadddirective.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployDeploymentPlanBuilderandDeploy()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.domain.DeploymentActionsCompleteBuilder
toServerGroup
-
-
-
-
Method Detail
-
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
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- identifier of the existing deployment content that is to be replaced- Returns:
- a builder that can continue building the overall deployment plan
-
-