| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.from(String s) |
TaskState |
Task.getState()
The state of the task
|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Task.Builder |
Task.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
Copyright © 2018. All rights reserved.