Package | Description |
---|---|
com.atlassian.bitbucket.commit | |
com.atlassian.bitbucket.scm |
Modifier and Type | Method and Description |
---|---|
void |
CommitService.traverse(TraversalRequest request,
TraversalCallback callback)
Traverse the graph of commits in topological order, optionally supplying included commits to start from
and excluded commits to ignore.
|
Modifier and Type | Method and Description |
---|---|
Command<Void> |
ScmCommandFactory.traverseCommits(TraversalCallback callback)
Streams all of the commits in the repository reachable from any branch or tag, traversed in topological order.
|
Copyright © 2022 Atlassian. All rights reserved.