Package | Description |
---|---|
com.atlassian.bitbucket.event.repository | |
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
Optional<PullRequestState> |
PullRequestFilterEvent.getState() |
Constructor and Description |
---|
PullRequestFilterEvent(Object source,
Repository repository,
PullRequestState state,
Iterable<PullRequestParticipantRequest> prParticipants,
String branch,
String filterText) |
Modifier and Type | Method and Description |
---|---|
static PullRequestState |
PullRequestState.fromId(int id) |
PullRequestState |
PullRequestSearchRequest.getState()
Restricts the search to a specified
pull request state . |
PullRequestState |
PullRequest.getState() |
static PullRequestState |
PullRequestState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PullRequestState[] |
PullRequestState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<PullRequestState> |
PullRequestCommitSearchRequest.getStates()
When set, limits the search to pull requests in any of the specified
states . |
Modifier and Type | Method and Description |
---|---|
PullRequestSearchRequest.Builder |
PullRequestSearchRequest.Builder.state(PullRequestState value)
Restricts the search to a specified
pull request state . |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.state(PullRequestState value)
Limits the search to pull requests in the specified
state . |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.states(PullRequestState value,
PullRequestState... values)
Limits the search to pull requests in any of the specified
states . |
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.states(PullRequestState value,
PullRequestState... values)
Limits the search to pull requests in any of the specified
states . |
Modifier and Type | Method and Description |
---|---|
PullRequestCommitSearchRequest.Builder |
PullRequestCommitSearchRequest.Builder.states(Iterable<PullRequestState> values)
Limits the search to pull requests in any of the specified
states . |
Copyright © 2022 Atlassian. All rights reserved.