Uses of Class
com.atlassian.bitbucket.commit.graph.TraversalCallback
Packages that use TraversalCallback
-
Uses of TraversalCallback in com.atlassian.bitbucket.commit
Methods in com.atlassian.bitbucket.commit with parameters of type TraversalCallbackModifier and TypeMethodDescriptionvoidCommitService.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
Methods in com.atlassian.bitbucket.scm with parameters of type TraversalCallbackModifier and TypeMethodDescriptionScmCommandFactory.traverseCommits(TraversalCallback callback) Streams all of the commits in the repository reachable from any branch or tag, traversed in topological order.