| Package | Description |
|---|---|
| com.spotify.helios.common.protocol |
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupStatusResponse.Status |
DeploymentGroupStatusResponse.getStatus() |
static DeploymentGroupStatusResponse.Status |
DeploymentGroupStatusResponse.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentGroupStatusResponse.Status[] |
DeploymentGroupStatusResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeploymentGroupStatusResponse(DeploymentGroup deploymentGroup,
DeploymentGroupStatusResponse.Status status,
String error,
List<DeploymentGroupStatusResponse.HostStatus> hostStatuses,
DeploymentGroupStatus dgs) |
Copyright © 2017. All rights reserved.