Uses of Class
org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
-
Packages that use ServerGroupDeploymentPlan Package Description org.jboss.as.controller.client.helpers.domain Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a JBoss Application Server Managed Domain.org.jboss.as.controller.client.helpers.domain.impl Implementation classes to support themanaged domain convenience API. -
-
Uses of ServerGroupDeploymentPlan in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return ServerGroupDeploymentPlan Modifier and Type Method Description ServerGroupDeploymentPlanServerGroupDeploymentPlan. createAllowFailurePercentage(int serverFailurePercentage)ServerGroupDeploymentPlanServerGroupDeploymentPlan. createAllowFailures(int serverFailures)ServerGroupDeploymentPlanServerGroupDeploymentPlan. createRollback()ServerGroupDeploymentPlanServerGroupDeploymentPlan. createRollingToServers()Methods in org.jboss.as.controller.client.helpers.domain that return types with arguments of type ServerGroupDeploymentPlan Modifier and Type Method Description List<Set<ServerGroupDeploymentPlan>>DeploymentPlan. getServerGroupDeploymentPlans()Gets the configuration of how thedeployment actionsare to be applied to the server groups in the domain.List<Set<ServerGroupDeploymentPlan>>DeploymentSetPlan. getServerGroupDeploymentPlans()Gets the configuration of how thedeployment actionsare to be applied to the server groups in the domain. -
Uses of ServerGroupDeploymentPlan in org.jboss.as.controller.client.helpers.domain.impl
Methods in org.jboss.as.controller.client.helpers.domain.impl that return types with arguments of type ServerGroupDeploymentPlan Modifier and Type Method Description List<Set<ServerGroupDeploymentPlan>>DeploymentPlanImpl. getServerGroupDeploymentPlans()List<Set<ServerGroupDeploymentPlan>>DeploymentSetPlanImpl. getServerGroupDeploymentPlans()
-