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 |
DeploymentActionsCompleteBuilder.toServerGroup(String serverGroupName) |
|
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.
|