public class RollingUndeployPlanner extends Object implements RolloutPlanner
| Modifier and Type | Method and Description |
|---|---|
static RollingUndeployPlanner |
of(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup) |
List<com.spotify.helios.common.descriptors.RolloutTask> |
plan(List<String> hosts)
Returns a list of
RolloutTasks. |
public static RollingUndeployPlanner of(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup)
public List<com.spotify.helios.common.descriptors.RolloutTask> plan(List<String> hosts)
RolloutPlannerRolloutTasks.
Caller is responsible for passing in a list of hosts that are up.plan in interface RolloutPlannerCopyright © 2017. All rights reserved.