Uses of Class
com.atlassian.bitbucket.pull.PullRequestCommitsRequest
Packages that use PullRequestCommitsRequest
-
Uses of PullRequestCommitsRequest in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull that return PullRequestCommitsRequestMethods in com.atlassian.bitbucket.pull with parameters of type PullRequestCommitsRequestModifier and TypeMethodDescriptionPullRequestService.getCommits
(PullRequestCommitsRequest request, PageRequest pageRequest) Retrieves a page of the commits for a given pull request.void
PullRequestService.streamCommits
(PullRequestCommitsRequest request, CommitCallback callback) Streams commits for the specified pull request.