public interface

CommitGraphNode

com.atlassian.bitbucket.commit.graph.CommitGraphNode

Class Overview

A node within a commit graph.

Summary

Public Methods
@Nonnull MinimalCommit getCommit()
@Nonnull Collection<MinimalCommit> getParents()

Public Methods

@Nonnull public MinimalCommit getCommit ()

Returns
  • the current commit represented by this node.

@Nonnull public Collection<MinimalCommit> getParents ()

Returns
  • the zero to many parents of the current commit.