Interface DomainDeploymentManager
-
public interface DomainDeploymentManagerPrimary deployment interface for a JBoss AS Domain Controller.- Author:
- Brian Stansberry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<DeploymentPlanResult>execute(DeploymentPlan plan)Execute the deployment plan.InitialDeploymentPlanBuildernewDeploymentPlan()Initiates the creation of a newDeploymentPlan.
-
-
-
Method Detail
-
newDeploymentPlan
InitialDeploymentPlanBuilder newDeploymentPlan()
Initiates the creation of a newDeploymentPlan.- Returns:
- builder object for the
DeploymentPlan
-
execute
Future<DeploymentPlanResult> execute(DeploymentPlan plan)
Execute the deployment plan.- Parameters:
plan- the deployment plan- Returns:
- the results of the deployment plan
-
-