| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.commit.graph.TraversalCallback |
A callback which can be used during
a traverse
of the nodes within a commit graph.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Receive a summary of the traversal when it has completed.
| |||||||||||
Visit a node in the commit graph.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.