| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.tasks |
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.from(String s) |
abstract TaskState |
Task.getState()
The state of the task
|
TaskState |
GetTaskResponse.getState()
The state of the task
|
TaskState |
CancelTaskResponse.getState()
The state of the task
|
TaskState |
CreateTaskResponse.getState()
The state of the task
|
TaskState |
TaskResource.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 |
|---|---|
List<TaskState> |
ListTasksRequest.getStates()
The states
|
| Modifier and Type | Method and Description |
|---|---|
GetTaskResponse.Builder |
GetTaskResponse.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
ListTasksRequest.Builder |
ListTasksRequest.Builder.state(TaskState element)
Adds one element to
states list. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
TaskResource.Builder |
TaskResource.Builder.state(TaskState state)
Initializes the value for the
state attribute. |
ListTasksRequest.Builder |
ListTasksRequest.Builder.states(TaskState... elements)
Adds elements to
states list. |
| Modifier and Type | Method and Description |
|---|---|
ListTasksRequest.Builder |
ListTasksRequest.Builder.addAllStates(Iterable<? extends TaskState> elements)
Adds elements to
states list. |
ListTasksRequest.Builder |
ListTasksRequest.Builder.states(Iterable<? extends TaskState> elements)
Sets or replaces all elements for
states list. |
Copyright © 2020. All rights reserved.