Class ServerGroupDeploymentPlan
java.lang.Object
org.jboss.as.controller.client.helpers.domain.ServerGroupDeploymentPlan
- All Implemented Interfaces:
Serializable
Indicates how the actions in a
DeploymentSetPlan are to be
applied to a particular server group.- Author:
- Brian Stansberry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAllowFailurePercentage(int serverFailurePercentage) createAllowFailures(int serverFailures) booleanintintinthashCode()booleanbooleantoString()
-
Constructor Details
-
ServerGroupDeploymentPlan
-
-
Method Details
-
getServerGroupName
-
isRollback
public boolean isRollback() -
isRollingToServers
public boolean isRollingToServers() -
getMaxServerFailures
public int getMaxServerFailures() -
getMaxServerFailurePercentage
public int getMaxServerFailurePercentage() -
equals
-
hashCode
public int hashCode() -
toString
-
createRollback
-
createRollingToServers
-
createAllowFailures
-
createAllowFailurePercentage
-