com.atlassian.bitbucket.scm.bulk.BulkTraversalCallback |
A callback which can be used during a traverse of the nodes within a commit graph.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Receive a summary of the traversal when it has completed.
| |||||||||||
Visit a node in the commit graph.
| |||||||||||
Receive a summary of the traversal when it has completed.
summary | summary of the traversal |
---|
Visit a node in the commit graph. All commits are guaranteed to be visited in topological order: that is children will be visited before parents within the graph.
node | the current node being traversed |
---|
complete
this method will not be invoked again.