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 TypeClassDescriptionclassConvenience implementation ofCommitCallbackthat provides no-op implementations for all methods.Methods in com.atlassian.bitbucket.commit with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoidCommitService.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.voidCommitService.streamCommitsBetween(CommitsBetweenRequest request, CommitCallback callback) Streams commits between theincluded commitsand theexcluded commits. -
Uses of CommitCallback in com.atlassian.bitbucket.compare
Methods in com.atlassian.bitbucket.compare with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoidCompareService.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 TypeMethodDescriptionvoidPullRequestService.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 providedparametersto 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)