| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.applications | |
| org.cloudfoundry.client.v3.tasks |
| Modifier and Type | Method and Description |
|---|---|
State |
CancelApplicationTaskResponse.getState()
The task state
|
State |
GetApplicationTaskResponse.getState()
The task state
|
| Modifier and Type | Method and Description |
|---|---|
CancelApplicationTaskResponse.Builder |
CancelApplicationTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
GetApplicationTaskResponse.Builder |
GetApplicationTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
| Modifier and Type | Method and Description |
|---|---|
abstract State |
Task.getState()
The task state
|
State |
TaskResource.getState()
The task state
|
State |
CancelTaskResponse.getState()
The task state
|
State |
GetTaskResponse.getState()
The task state
|
State |
CreateTaskResponse.getState()
The task state
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskResource.Builder |
TaskResource.Builder.state(State state)
Initializes the value for the
state attribute. |
CancelTaskResponse.Builder |
CancelTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
GetTaskResponse.Builder |
GetTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
CreateTaskResponse.Builder |
CreateTaskResponse.Builder.state(State state)
Initializes the value for the
state attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.