Uses of Interface
com.atlassian.bitbucket.content.ChangeCallback
Packages that use ChangeCallback
Package
Description
-
Uses of ChangeCallback in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit with parameters of type ChangeCallbackModifier and TypeMethodDescriptionvoid
CommitService.streamChanges
(ChangesRequest request, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare with parameters of type ChangeCallbackModifier and TypeMethodDescriptionvoid
CompareService.streamChanges
(CompareRequest request, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement ChangeCallbackModifier and TypeClassDescriptionclass
Convenience implementation ofChangeCallback
that provides no-op implementations for all methods. -
Uses of ChangeCallback in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull with parameters of type ChangeCallbackModifier and TypeMethodDescriptionvoid
PullRequestService.streamChanges
(PullRequestChangesRequest request, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type ChangeCallbackModifier and TypeMethodDescriptionScmCommandFactory.changes
(ChangesCommandParameters parameters, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.scm.compare
Methods in com.atlassian.bitbucket.scm.compare with parameters of type ChangeCallbackModifier and TypeMethodDescriptionScmCompareCommandFactory.changes
(CompareChangeCommandParameters parameters, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull with parameters of type ChangeCallbackModifier and TypeMethodDescriptionScmPullRequestCommandFactory.changes
(PullRequestChangesCommandParameters parameters, ChangeCallback callback)