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 TypeMethodDescriptionvoidCommitService.streamDiff(DiffRequest request, DiffContentCallback callback) Streams diff output for the specifiedpathsat the specified commit. -
Uses of DiffContentCallback in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare with parameters of type DiffContentCallbackModifier and TypeMethodDescriptionvoidCompareService.streamDiff(CompareDiffRequest request, DiffContentCallback callback) -
Uses of DiffContentCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement DiffContentCallbackModifier and TypeClassDescriptionclassConvenience implementation ofDiffContentCallbackthat 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 TypeMethodDescriptionvoidPullRequestService.streamDiff(PullRequestDiffRequest request, DiffContentCallback callback) Streams theDifffor the specified filepathwithin thePullRequestto 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)