public interface DeploymentActionsCompleteBuilder extends DeploymentPlanBuilder
DeploymentPlanBuilder
that exposes
directives that signal indicate the completion of the phase of establishing
the set of DeploymentAction
s that comprise a DeploymentSetPlan
and the beginning of the phase of specifying how those actions should be
applied to server groups.Modifier and Type | Method and Description |
---|---|
ServerGroupDeploymentPlanBuilder |
toServerGroup(String serverGroupName)
Indicates that the current set of
deployment actions comprise
a DeploymentSetPlan and should be applied to a server group. |
ServerGroupDeploymentPlanBuilder toServerGroup(String serverGroupName)
deployment actions
comprise
a DeploymentSetPlan
and should be applied to a server group.
Once this method is invoked, no further actions will be included in the
DeploymentSetPlan
.
Any subsequent add
, remove
, deploy
,
replace
or undeploy
builder operations will
signal the start of a new DeploymentSetPlan
.
serverGroupName
- the name of the server group. Cannot be null
Copyright © 2017 JBoss by Red Hat. All rights reserved.