Uses of Class
com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest.Builder
Packages that use PullRequestCommitSearchRequest.Builder
-
Uses of PullRequestCommitSearchRequest.Builder in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestCommitSearchRequest.BuilderModifier 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 requeststargetingthe specified repository.