Java org.eclipse.jgit.revplot PlotCommit fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revplot PlotCommit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revplot PlotCommit.

The text is from its open source code.

Subclass

org.eclipse.jgit.revplot.PlotCommit has subclasses.
Click this link to see all its subclasses.

Method

PersonIdentgetAuthorIdent()
Parse the author identity from the raw buffer.
PersonIdentgetCommitterIdent()
Parse the committer identity from the raw buffer.
StringgetFullMessage()
Parse the complete commit message and decode it to a string.
LgetLane()
Obtain the lane this commit has been plotted into.
RevCommit[]getParents()
Obtain an array of all parents (NOTE - THIS IS NOT A COPY).
RefgetRef(int nth)
Get the nth Ref from this commit's ref list.
intgetRefCount()
Get the number of refs for this commit.
StringgetShortMessage()
Parse the commit message and return the first "line" of it.