Uses of Class
com.atlassian.bitbucket.pull.PullRequestCommitSearchRequest
-
Uses of PullRequestCommitSearchRequest in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestCommitSearchRequest.Builder.build()
Assembles a newPullRequestCommitSearchRequest
from the provided values.Modifier and TypeMethodDescriptionlong
PullRequestService.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
.