| Package | Description |
|---|---|
| com.spotify.helios.rollingupdate |
| Modifier and Type | Method and Description |
|---|---|
static RollingUpdateError |
RollingUpdateError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollingUpdateError[] |
RollingUpdateError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RollingUpdateOp |
RollingUpdateOpFactory.error(Exception ex,
String host,
RollingUpdateError errorCode) |
RollingUpdateOp |
RollingUpdateOpFactory.error(String msg,
String host,
RollingUpdateError errorCode) |
RollingUpdateOp |
RollingUpdateOpFactory.error(String msg,
String host,
RollingUpdateError errorCode,
Map<String,Object> metadata) |
Map<String,Object> |
DeploymentGroupEventFactory.rollingUpdateTaskFailed(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
com.spotify.helios.common.descriptors.RolloutTask task,
String error,
RollingUpdateError errorCode) |
Map<String,Object> |
DeploymentGroupEventFactory.rollingUpdateTaskFailed(com.spotify.helios.common.descriptors.DeploymentGroup deploymentGroup,
com.spotify.helios.common.descriptors.RolloutTask task,
String error,
RollingUpdateError errorCode,
Map<String,Object> metadata) |
Copyright © 2017. All rights reserved.