Uses of Class
com.atlassian.bitbucket.commit.graph.TraversalCallback
-
Uses of TraversalCallback in com.atlassian.bitbucket.commit
Modifier and TypeMethodDescriptionvoid
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. -
Uses of TraversalCallback in com.atlassian.bitbucket.scm
Modifier and TypeMethodDescriptionScmCommandFactory.traverseCommits
(TraversalCallback callback) Streams all of the commits in the repository reachable from any branch or tag, traversed in topological order.