Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestSearchRequest |
PullRequestSearchRequest.Builder.build()
Assembles a new
PullRequestSearchRequest from the provided values. |
Modifier and Type | Method and Description |
---|---|
long |
PullRequestService.count(PullRequestSearchRequest request)
Counts the number of pull requests which match the specified search criteria.
|
Page<PullRequest> |
PullRequestService.search(PullRequestSearchRequest request,
PageRequest pageRequest)
Finds a single page of pull requests depending on the
request passed in. |
Copyright © 2021 Atlassian. All rights reserved.