| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupStatus.State |
DeploymentGroupEvent.getDeploymentGroupState() |
DeploymentGroupStatus.State |
DeploymentGroupStatus.getState() |
static DeploymentGroupStatus.State |
DeploymentGroupStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentGroupStatus.State[] |
DeploymentGroupStatus.State.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.setDeploymentGroupState(DeploymentGroupStatus.State deploymentGroupState) |
DeploymentGroupStatus.Builder |
DeploymentGroupStatus.Builder.setState(DeploymentGroupStatus.State state) |
| Constructor and Description |
|---|
DeploymentGroupEvent(RolloutTask.Action action,
String target,
RolloutTask.Status rolloutTaskStatus,
DeploymentGroup deploymentGroup,
DeploymentGroupStatus.State deploymentGroupState,
long timestamp)
Constructor.
|
Copyright © 2015. All rights reserved.