public interface ServerDeploymentManager extends Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
ServerDeploymentManager.Factory
Factory used to create an
ServerDeploymentManager instance. |
Modifier and Type | Method and Description |
---|---|
Future<ServerDeploymentPlanResult> |
execute(DeploymentPlan plan)
Execute the deployment plan.
|
InitialDeploymentPlanBuilder |
newDeploymentPlan()
Initiates the creation of a new
DeploymentPlan . |
InitialDeploymentPlanBuilder newDeploymentPlan()
DeploymentPlan
.DeploymentPlan
Future<ServerDeploymentPlanResult> execute(DeploymentPlan plan)
plan
- the deployment planFuture
from which the results of the deployment plan can
be obtainedCopyright © 2016 JBoss by Red Hat. All rights reserved.