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
.DeploymentPlan
Future<DeploymentPlanResult> execute(DeploymentPlan plan)
plan
- the deployment planCopyright © 2018 JBoss by Red Hat. All rights reserved.