Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestState
-
Uses of PullRequestState in com.atlassian.bitbucket.event.repository
ModifierConstructorDescriptionPullRequestFilterEvent
(Object source, Repository repository, PullRequestState state, Iterable<PullRequestParticipantRequest> prParticipants, String branch, String filterText) -
Uses of PullRequestState in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionstatic PullRequestState
PullRequestState.fromId
(int id) PullRequest.getState()
PullRequestSearchRequest.getState()
Restricts the search to a specifiedpull request state
.static PullRequestState
Returns the enum constant of this class with the specified name.static PullRequestState[]
PullRequestState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPullRequestCommitSearchRequest.getStates()
When set, limits the search to pull requests in any of the specifiedstates
.Modifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.state
(PullRequestState value) Limits the search to pull requests in the specifiedstate
.PullRequestSearchRequest.Builder.state
(PullRequestState value) Restricts the search to a specifiedpull request state
.PullRequestCommitSearchRequest.Builder.states
(PullRequestState value, PullRequestState... values) Limits the search to pull requests in any of the specifiedstates
.Modifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.states
(Iterable<PullRequestState> values) Limits the search to pull requests in any of the specifiedstates
.