Uses of Interface
com.atlassian.bitbucket.content.DiffContentCallback
Packages that use DiffContentCallback
Package
Description
-
Uses of DiffContentCallback in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit with parameters of type DiffContentCallbackModifier 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
Methods in com.atlassian.bitbucket.compare with parameters of type DiffContentCallbackModifier and TypeMethodDescriptionvoid
CompareService.streamDiff
(CompareDiffRequest request, DiffContentCallback callback) -
Uses of DiffContentCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement DiffContentCallbackModifier and TypeClassDescriptionclass
Convenience implementation ofDiffContentCallback
that provides no-op implementations for all methods. -
Uses of DiffContentCallback in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull with parameters of type DiffContentCallbackModifier 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
Methods in com.atlassian.bitbucket.scm with parameters of type DiffContentCallbackModifier and TypeMethodDescriptionScmCommandFactory.diff
(DiffCommandParameters parameters, DiffContentCallback callback) Streams a diff between twocommits
. -
Uses of DiffContentCallback in com.atlassian.bitbucket.scm.compare
Methods in com.atlassian.bitbucket.scm.compare with parameters of type DiffContentCallbackModifier and TypeMethodDescriptionScmCompareCommandFactory.diff
(CompareDiffCommandParameters parameters, DiffContentCallback callback) -
Uses of DiffContentCallback in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull with parameters of type DiffContentCallbackModifier and TypeMethodDescriptionScmPullRequestCommandFactory.diff
(PullRequestDiffCommandParameters parameters, DiffContentCallback callback)