| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.jobs |
| Modifier and Type | Method and Description |
|---|---|
static JobState |
JobState.from(String s) |
abstract JobState |
Job.getState()
State of the job
|
JobState |
GetJobResponse.getState()
State of the job
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.state(JobState state)
Initializes the value for the
state attribute. |
Copyright © 2020. All rights reserved.