Package | Description |
---|---|
com.atlassian.bitbucket.pull |
Modifier and Type | Method and Description |
---|---|
PullRequestDiffRequest |
PullRequestDiffRequest.Builder.build() |
Modifier and Type | Method and Description |
---|---|
void |
PullRequestService.streamDiff(PullRequestDiffRequest request,
DiffContentCallback callback)
Streams the
Diff for the specified file path within the PullRequest to the provided
DiffContentCallback . |
void |
PullRequestService.streamDiff(PullRequestDiffRequest request,
TypeAwareOutputSupplier outputSupplier)
Streams a raw diff for a given
PullRequest . |
Constructor and Description |
---|
Builder(PullRequestDiffRequest request) |
Copyright © 2021 Atlassian. All rights reserved.