Uses of Class
com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
Packages that use PullRequestCommitSearchRequest
-
Uses of PullRequestCommitSearchRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestCommitSearchRequestModifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.build()Assembles a newPullRequestCommitSearchRequestfrom the provided values.Methods in com.atlassian.bitbucket.pull with parameters of type PullRequestCommitSearchRequestModifier and TypeMethodDescriptionlongPullRequestService.countByCommit(PullRequestCommitSearchRequest request) Counts the number of pull requests containing a specified commit which match the givensearch criteria.PullRequestService.searchByCommit(PullRequestCommitSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests containing a specified commit which match the givensearch criteria.