Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestCommitsRequest |
PullRequestCommitsRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Page<Commit> |
PullRequestService.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.
|
Copyright © 2024 Atlassian. All rights reserved.