Interface DomainDeploymentManager
public interface DomainDeploymentManager
Primary deployment interface for a JBoss AS Domain Controller.
- Author:
- Brian Stansberry
-
Method Summary
Modifier and TypeMethodDescriptionexecute(DeploymentPlan plan) Execute the deployment plan.Initiates the creation of a newDeploymentPlan.
-
Method Details
-
newDeploymentPlan
InitialDeploymentPlanBuilder newDeploymentPlan()Initiates the creation of a newDeploymentPlan.- Returns:
- builder object for the
DeploymentPlan
-
execute
Execute the deployment plan.- Parameters:
plan- the deployment plan- Returns:
- the results of the deployment plan
-