Interface CommitGraphNode


public interface CommitGraphNode
A node within a commit graph.
See Also:
  • Method Details

    • getCommit

      @Nonnull MinimalCommit getCommit()
      Returns:
      the current commit represented by this node.
    • getParents

      @Nonnull Collection<MinimalCommit> getParents()
      Returns:
      the zero to many parents of the current commit.