| Interface | Description |
|---|---|
| BulkCommitCallback |
Describes a callback for receiving a stream of
commits, each with a set listing one or more
repositories where it was found. |
| BulkContentCallback |
Callback for streamed file content.
|
| BulkFile |
Metadata about a file of a bulk content command.
|
| BulkTraversalCallback |
A callback which can be used during a traverse of the nodes within a commit graph.
|
| ScmBulkContentCommandFactory |
| Class | Description |
|---|---|
| BulkCommitContext |
Context provided when
streaming bulk commits. |
| BulkCommitContext.Builder | |
| BulkCommitsCommandParameters | |
| BulkCommitsCommandParameters.Builder | |
| BulkCommitSummary |
Summarizes the results of
streaming bulk commits. |
| BulkCommitSummary.Builder | |
| BulkContentCommandParameters | |
| BulkContentCommandParameters.Builder | |
| BulkContentContext |
The context for a bulk content callback that is passed at the start.
|
| BulkContentContext.Builder | |
| BulkContentSummary |
Summarizes the results of a bulk content command.
|
| BulkContentSummary.Builder | |
| BulkTraversalContext |
Contains contextual information about the commit graph traversal about to start.
|
| BulkTraversalContext.Builder | |
| BulkTraversalSummary |
Contains a summary about the traversal which just ended.
|
| BulkTraversalSummary.Builder | |
| BulkTraverseCommitsCommandParameters |
Parameters for traversing commits in one or more repositories.
|
| BulkTraverseCommitsCommandParameters.Builder |
| Enum | Description |
|---|---|
| BulkChangeType |
Describes how a file has changed in a bulk content command.
|
| BulkContentDisposition |
Returned by
BulkContentCallback.accept(com.atlassian.bitbucket.scm.bulk.BulkFile) to signal what to do next to the caller. |
| BulkTraversalStatus |
The status of the traversal after visiting a node in the commit graph.
|
Copyright © 2019 Atlassian. All rights reserved.