org.eclipse.jgit.lib
Class ReflogReader.Entry

java.lang.Object
  extended by org.eclipse.jgit.lib.ReflogReader.Entry
Enclosing class:
ReflogReader

public static class ReflogReader.Entry
extends java.lang.Object

Parsed reflog entry


Method Summary
 java.lang.String getComment()
           
 ObjectId getNewId()
           
 ObjectId getOldId()
           
 PersonIdent getWho()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOldId

public ObjectId getOldId()
Returns:
the commit id before the change

getNewId

public ObjectId getNewId()
Returns:
the commit id after the change

getWho

public PersonIdent getWho()
Returns:
user performin the change

getComment

public java.lang.String getComment()
Returns:
textual description of the change

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object