Modifier and Type | Class and Description |
---|---|
class |
AbstractCommitCallback
Convenience implementation of
CommitCallback that provides no-op implementations for all methods. |
Modifier and Type | Method and Description |
---|---|
void |
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 the
included commits and the
excluded commits . |
Modifier and Type | Method and Description |
---|---|
void |
CompareService.streamCommits(CompareRequest request,
CommitCallback callback)
|
Modifier and Type | Method and Description |
---|---|
void |
PullRequestService.streamCommits(int repositoryId,
long pullRequestId,
CommitCallback callback)
Deprecated.
in 6.0 for removal in 8.0. Use
PullRequestService.streamCommits(PullRequestCommitsRequest, CommitCallback)
instead |
void |
PullRequestService.streamCommits(PullRequestCommitsRequest request,
CommitCallback callback)
Streams commits for the specified pull request.
|
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCommandFactory.commits(CommitsCommandParameters parameters,
CommitCallback callback)
Streams commits which match the provided
parameters to the provided callback. |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCompareCommandFactory.commits(CommitCallback callback) |
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmPullRequestCommandFactory.commits(CommitCallback callback)
Deprecated.
in 6.0 for removal in 8.0. Use
ScmPullRequestCommandFactory.commits(PullRequestCommitsCommandParameters, CommitCallback)
instead. |
Command<Void> |
ScmPullRequestCommandFactory.commits(PullRequestCommitsCommandParameters parameters,
CommitCallback callback) |
Copyright © 2022 Atlassian. All rights reserved.