Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestCommitSearchRequest |
PullRequestCommitSearchRequest.Builder.build()
Assembles a new
PullRequestCommitSearchRequest from the provided values. |
Modifier and Type | Method and Description |
---|---|
long |
PullRequestService.countByCommit(PullRequestCommitSearchRequest request)
Counts the number of pull requests containing a specified commit which match the given
search criteria . |
Page<PullRequest> |
PullRequestService.searchByCommit(PullRequestCommitSearchRequest request,
PageRequest pageRequest)
Finds a single page of pull requests containing a specified commit which match the given
search criteria . |
Copyright © 2024 Atlassian. All rights reserved.