public interface AddDeploymentPlanBuilder extends DeploymentActionsCompleteBuilder
DeploymentPlanBuilder
that exposes
directives that are only applicable following an add
directive.Modifier and Type | Method and Description |
---|---|
DeployDeploymentPlanBuilder |
andDeploy()
Indicates content that was added via an immediately preceding
add operation should be deployed. |
ReplaceDeploymentPlanBuilder |
andReplace(String toReplace)
Indicates content that was added via an immediately preceding
add operation should be deployed, replacing the specified
existing content in the runtime. |
toServerGroup
DeployDeploymentPlanBuilder andDeploy()
add
operation should be deployed.ReplaceDeploymentPlanBuilder andReplace(String toReplace)
add
operation should be deployed, replacing the specified
existing content in the runtime.toReplace
- identifier of the existing deployment content that is to be replacedCopyright © 2018 JBoss by Red Hat. All rights reserved.