Package | Description |
---|---|
org.jboss.as.controller.client.helpers.domain |
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain. |
Modifier and Type | Interface and Description |
---|---|
interface |
RollbackDeploymentPlanBuilder
Variant of a
DeploymentPlanBuilder that exposes
directives that are only applicable when controlling how to limit
rollbacks when a
DeploymentSetPlan is applied to a server groups. |
Modifier and Type | Method and Description |
---|---|
ServerGroupDeploymentPlanBuilder |
RollbackDeploymentPlanBuilder.allowFailures(int serverFailures)
Allows the application of the deployment set to fail on the given
number of servers before triggering rollback of the plan.
|
ServerGroupDeploymentPlanBuilder |
RollbackDeploymentPlanBuilder.allowPercentageFailures(int serverFailurePercentage)
Allows the application of the deployment set to fail on the given
percentage of servers in the server group before triggering rollback of the plan.
|
ServerGroupDeploymentPlanBuilder |
ServerGroupDeploymentPlanBuilder.rollingToServerGroup(String serverGroupName)
Indicates that once the deployment actions in the
DeploymentSetPlan
are applied to the servers in the current server group, they should then
be applied to the servers in the given server group. |
ServerGroupDeploymentPlanBuilder |
ServerGroupDeploymentPlanBuilder.rollingToServers()
Indicates the deployment actions in the
DeploymentSetPlan should
be rolled out to the servers in the server group one server at a time. |
ServerGroupDeploymentPlanBuilder |
ServerGroupDeploymentPlanBuilder.toServerGroup(String serverGroupName)
Indicates that concurrent with applying the deployment actions in the
DeploymentSetPlan
to the servers in the current server group, they should also be applied
to the servers in the given server group. |
ServerGroupDeploymentPlanBuilder |
DeploymentActionsCompleteBuilder.toServerGroup(String serverGroupName)
Indicates that the current set of
deployment actions comprise
a DeploymentSetPlan and should be applied to a server group. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.