Uses of Interface
com.atlassian.bitbucket.commit.CommitCallback
Packages that use CommitCallback
Package
Description
-
Uses of CommitCallback in com.atlassian.bitbucket.commit
Classes in com.atlassian.bitbucket.commit that implement CommitCallbackModifier and TypeClassDescriptionclass
Convenience implementation ofCommitCallback
that provides no-op implementations for all methods.Methods in com.atlassian.bitbucket.commit with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoid
CommitService.streamCommits
(CommitsRequest request, CommitCallback callback) Streams commits, starting from a given branch, tag or commit, optionally filtered to only include commits which modify one or more paths.void
CommitService.streamCommitsBetween
(CommitsBetweenRequest request, CommitCallback callback) Streams commits between theincluded commits
and theexcluded commits
. -
Uses of CommitCallback in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoid
CompareService.streamCommits
(CompareRequest request, CommitCallback callback) -
Uses of CommitCallback in com.atlassian.bitbucket.pull
Methods in com.atlassian.bitbucket.pull with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoid
PullRequestService.streamCommits
(PullRequestCommitsRequest request, CommitCallback callback) Streams commits for the specified pull request. -
Uses of CommitCallback in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm with parameters of type CommitCallbackModifier and TypeMethodDescriptionScmCommandFactory.commits
(CommitsCommandParameters parameters, CommitCallback callback) Streams commits which match the providedparameters
to the provided callback. -
Uses of CommitCallback in com.atlassian.bitbucket.scm.compare
Methods in com.atlassian.bitbucket.scm.compare with parameters of type CommitCallback -
Uses of CommitCallback in com.atlassian.bitbucket.scm.pull
Methods in com.atlassian.bitbucket.scm.pull with parameters of type CommitCallbackModifier and TypeMethodDescriptionScmPullRequestCommandFactory.commits
(PullRequestCommitsCommandParameters parameters, CommitCallback callback)