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 TypeMethodDescriptionvoidCommitService.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 TypeMethodDescriptionvoidCompareService.streamChanges(CompareRequest request, ChangeCallback callback) -
Uses of ChangeCallback in com.atlassian.bitbucket.content
Classes in com.atlassian.bitbucket.content that implement ChangeCallbackModifier and TypeClassDescriptionclassConvenience implementation ofChangeCallbackthat 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 TypeMethodDescriptionvoidPullRequestService.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)