Uses of Enum Class
com.atlassian.bitbucket.pull.PullRequestState
Packages that use PullRequestState
-
Uses of PullRequestState in com.atlassian.bitbucket.event.repository
Methods in com.atlassian.bitbucket.event.repository that return types with arguments of type PullRequestStateConstructors in com.atlassian.bitbucket.event.repository with parameters of type PullRequestStateModifierConstructorDescriptionPullRequestFilterEvent
(Object source, Repository repository, PullRequestState state, Iterable<PullRequestParticipantRequest> prParticipants, String branch, String filterText) -
Uses of PullRequestState in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestStateModifier 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.Methods in com.atlassian.bitbucket.pull that return types with arguments of type PullRequestStateModifier and TypeMethodDescriptionPullRequestCommitSearchRequest.getStates()
When set, limits the search to pull requests in any of the specifiedstates
.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestStateModifier 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
.Method parameters in com.atlassian.bitbucket.pull with type arguments of type PullRequestStateModifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.states
(Iterable<PullRequestState> values) Limits the search to pull requests in any of the specifiedstates
.