public interface

CommitGraphNode

com.atlassian.stash.commit.graph.CommitGraphNode

Class Overview

A node within a commit graph.

Summary

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

Public Methods

@Nonnull public MinimalChangeset getCommit ()

Returns
  • the current commit represented by this node.

@Nonnull public Collection<MinimalChangeset> getParents ()

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