return result;
}
};
NewRolloutPlanController rolloutPlanController = new NewRolloutPlanController(opsByGroup, rolloutPlan, domainOperationContext, operationExecutor, executorService);
NewRolloutPlanController.Result planResult = rolloutPlanController.execute();
if (trace) {
HOST_CONTROLLER_LOGGER.tracef("Rollout plan result is %s", planResult);
}
if (planResult == NewRolloutPlanController.Result.FAILED) {
domainOperationContext.setCompleteRollback(true);