public class ServerGroupDeploymentPlan extends Object implements Serializable
DeploymentSetPlan
are to be
applied to a particular server group.Constructor and Description |
---|
ServerGroupDeploymentPlan(String serverGroupName) |
Modifier and Type | Method and Description |
---|---|
ServerGroupDeploymentPlan |
createAllowFailurePercentage(int serverFailurePercentage) |
ServerGroupDeploymentPlan |
createAllowFailures(int serverFailures) |
ServerGroupDeploymentPlan |
createRollback() |
ServerGroupDeploymentPlan |
createRollingToServers() |
boolean |
equals(Object obj) |
int |
getMaxServerFailurePercentage() |
int |
getMaxServerFailures() |
String |
getServerGroupName() |
int |
hashCode() |
boolean |
isRollback() |
boolean |
isRollingToServers() |
String |
toString() |
public ServerGroupDeploymentPlan(String serverGroupName)
public String getServerGroupName()
public boolean isRollback()
public boolean isRollingToServers()
public int getMaxServerFailures()
public int getMaxServerFailurePercentage()
public ServerGroupDeploymentPlan createRollback()
public ServerGroupDeploymentPlan createRollingToServers()
public ServerGroupDeploymentPlan createAllowFailures(int serverFailures)
public ServerGroupDeploymentPlan createAllowFailurePercentage(int serverFailurePercentage)
Copyright © 2018 JBoss by Red Hat. All rights reserved.