Constructor and Description |
---|
TraversalCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onEnd(TraversalSummary summary)
Receive a summary of the traversal when it has completed.
|
abstract TraversalStatus |
onNode(CommitGraphNode node)
Visit a node in the commit graph.
|
void |
onStart(TraversalContext context) |
public void onEnd(@Nonnull TraversalSummary summary)
summary
- summary of the traversalpublic abstract TraversalStatus onNode(@Nonnull CommitGraphNode node)
node
- the current node being traversedcomplete
this method will not be invoked again.public void onStart(@Nonnull TraversalContext context)
Copyright © 2022 Atlassian. All rights reserved.