Uses of Interface
org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlanBuilder
Packages that use ServerGroupDeploymentPlanBuilder
Package
Description
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.-
Uses of ServerGroupDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain
Subinterfaces of ServerGroupDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domainModifier and TypeInterfaceDescriptioninterfaceVariant of aDeploymentPlanBuilderthat exposes directives that are only applicable when controlling how to limitrollbackswhen aDeploymentSetPlanis applied to a server groups.Methods in org.jboss.as.controller.client.helpers.domain that return ServerGroupDeploymentPlanBuilderModifier and TypeMethodDescriptionRollbackDeploymentPlanBuilder.allowFailures(int serverFailures) Allows the application of the deployment set to fail on the given number of servers before triggering rollback of the plan.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.rollingToServerGroup(String serverGroupName) Indicates that once the deployment actions in theDeploymentSetPlanare applied to the servers in the current server group, they should then be applied to the servers in the given server group.ServerGroupDeploymentPlanBuilder.rollingToServers()Indicates the deployment actions in theDeploymentSetPlanshould be rolled out to the servers in the server group one server at a time.DeploymentActionsCompleteBuilder.toServerGroup(String serverGroupName) Indicates that the current set ofdeployment actionscomprise aDeploymentSetPlanand should be applied to a server group.ServerGroupDeploymentPlanBuilder.toServerGroup(String serverGroupName) Indicates that concurrent with applying the deployment actions in theDeploymentSetPlanto the servers in the current server group, they should also be applied to the servers in the given server group.