| Package | Description |
|---|---|
| com.spotify.helios.common.descriptors | |
| com.spotify.helios.common.protocol |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.State |
TaskStatus.getState() |
static TaskStatus.State |
TaskStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus.State[] |
TaskStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.Builder |
TaskStatus.Builder.setState(TaskStatus.State state) |
| Constructor and Description |
|---|
TaskStatus(Job job,
Goal goal,
TaskStatus.State state,
String containerId,
ThrottleState throttled,
Map<String,PortMapping> ports,
Map<String,String> env,
String containerError) |
| Modifier and Type | Method and Description |
|---|---|
TaskStatus.State |
DeploymentGroupStatusResponse.HostStatus.getState() |
| Constructor and Description |
|---|
HostStatus(String host,
JobId jobId,
TaskStatus.State state) |
Copyright © 2017. All rights reserved.