| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
RolloutTask.Status |
DeploymentGroupEvent.getRolloutTaskStatus() |
static RolloutTask.Status |
RolloutTask.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RolloutTask.Status[] |
RolloutTask.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupEvent.Builder |
DeploymentGroupEvent.Builder.setRolloutTaskStatus(RolloutTask.Status rolloutTaskStatus) |
| Constructor and Description |
|---|
DeploymentGroupEvent(RolloutTask.Action action,
String target,
RolloutTask.Status rolloutTaskStatus,
DeploymentGroupStatus deploymentGroupStatus,
long timestamp)
Constructor.
|
Copyright © 2015. All rights reserved.