Package | Description |
---|---|
com.atlassian.bitbucket.job |
Modifier and Type | Method and Description |
---|---|
static JobState |
JobState.fromId(int id) |
JobState |
Job.getState() |
JobState |
JobCreationRequest.getState() |
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 |
---|---|
Optional<JobState> |
JobUpdateRequest.getState() |
Set<JobState> |
JobSearchRequest.getStates() |
Modifier and Type | Method and Description |
---|---|
JobSearchRequest.Builder |
JobSearchRequest.Builder.state(JobState value) |
JobUpdateRequest.Builder |
JobUpdateRequest.Builder.state(JobState value) |
JobCreationRequest.Builder |
JobCreationRequest.Builder.state(JobState value) |
JobSearchRequest.Builder |
JobSearchRequest.Builder.states(JobState value,
JobState... moreValues) |
JobSearchRequest.Builder |
JobSearchRequest.Builder.states(JobState value,
JobState... moreValues) |
Modifier and Type | Method and Description |
---|---|
JobSearchRequest.Builder |
JobSearchRequest.Builder.states(Iterable<JobState> values) |
Copyright © 2019 Atlassian. All rights reserved.