Uses of Class
com.atlassian.bitbucket.pull.PullRequestSearchRequest
-
Uses of PullRequestSearchRequest in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionPullRequestSearchRequest.Builder.build()
Assembles a newPullRequestSearchRequest
from the provided values.Modifier and TypeMethodDescriptionlong
PullRequestService.count
(PullRequestSearchRequest request) Counts the number of pull requests which match the specified search criteria.PullRequestService.search
(PullRequestSearchRequest request, PageRequest pageRequest) Finds a single page of pull requests depending on therequest
passed in.