Uses of Interface
com.atlassian.bitbucket.content.DiffContentCallback
Package
Description
-
Uses of DiffContentCallback in com.atlassian.bitbucket.commit
Modifier and TypeMethodDescriptionvoid
CommitService.streamDiff
(DiffRequest request, DiffContentCallback callback) Streams diff output for the specifiedpaths
at the specified commit. -
Uses of DiffContentCallback in com.atlassian.bitbucket.compare
Modifier and TypeMethodDescriptionvoid
CompareService.streamDiff
(CompareDiffRequest request, DiffContentCallback callback) -
Uses of DiffContentCallback in com.atlassian.bitbucket.content
Modifier and TypeClassDescriptionclass
Convenience implementation ofDiffContentCallback
that provides no-op implementations for all methods. -
Uses of DiffContentCallback in com.atlassian.bitbucket.pull
Modifier and TypeMethodDescriptionvoid
PullRequestService.streamDiff
(PullRequestDiffRequest request, DiffContentCallback callback) Streams theDiff
for the specified filepath
within thePullRequest
to the providedDiffContentCallback
. -
Uses of DiffContentCallback in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionScmCommandFactory.diff
(DiffCommandParameters parameters, DiffContentCallback callback) Streams a diff between twocommits
. -
Uses of DiffContentCallback in com.atlassian.bitbucket.scm.compare
Modifier and TypeMethodDescriptionScmCompareCommandFactory.diff
(CompareDiffCommandParameters parameters, DiffContentCallback callback) -
Uses of DiffContentCallback in com.atlassian.bitbucket.scm.pull
Modifier and TypeMethodDescriptionScmPullRequestCommandFactory.diff
(PullRequestDiffCommandParameters parameters, DiffContentCallback callback)