public interface DomainDeploymentManager
| Modifier and Type | Method and Description |
|---|---|
Future<DeploymentPlanResult> |
execute(DeploymentPlan plan)
Execute the deployment plan.
|
InitialDeploymentPlanBuilder |
newDeploymentPlan()
Initiates the creation of a new
DeploymentPlan. |
InitialDeploymentPlanBuilder newDeploymentPlan()
DeploymentPlan.DeploymentPlanFuture<DeploymentPlanResult> execute(DeploymentPlan plan)
plan - the deployment planCopyright © 2018 JBoss by Red Hat. All rights reserved.