| com.atlassian.stash.commit.graph.CommitGraphNode |
Class Overview
A node within a commit graph.
Public Methods
Returns
- the current commit represented by this node.
@Nonnull
public
Collection<MinimalChangeset>
getParents
()
Returns
- the zero to many parents of the current commit.