Modifier and Type | Method and Description |
---|---|
void |
CommitService.streamDiff(DiffRequest request,
DiffContentCallback callback)
Streams diff output for the specified
paths at the specified commit. |
Modifier and Type | Method and Description |
---|---|
void |
CompareService.streamDiff(CompareDiffRequest request,
DiffContentCallback callback)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDiffContentCallback
Convenience implementation of
DiffContentCallback that provides no-op implementations for all methods. |
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 . |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCommandFactory.diff(DiffCommandParameters parameters,
DiffContentCallback callback)
Streams a diff between two
commits . |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCompareCommandFactory.diff(CompareDiffCommandParameters parameters,
DiffContentCallback callback) |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmPullRequestCommandFactory.diff(PullRequestDiffCommandParameters parameters,
DiffContentCallback callback) |
Copyright © 2019 Atlassian. All rights reserved.