Uses of Class
com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
-
Uses of PullRequestCommitSearchRequest.Builder in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.state
(PullRequestState value) Limits the search to pull requests in the specifiedstate
.PullRequestCommitSearchRequest.Builder.states
(PullRequestState value, PullRequestState... values) Limits the search to pull requests in any of the specifiedstates
.PullRequestCommitSearchRequest.Builder.states
(Iterable<PullRequestState> values) Limits the search to pull requests in any of the specifiedstates
.PullRequestCommitSearchRequest.Builder.toRepositoryId
(Integer toRepositoryId) Limits the search to pull requeststargeting
the specified repository.