org.eclipse.jgit.storage.file
Class ReflogEntry
java.lang.Object
org.eclipse.jgit.storage.file.ReflogEntry
- All Implemented Interfaces:
- java.io.Serializable
public class ReflogEntry
- extends java.lang.Object
- implements java.io.Serializable
Parsed reflog entry
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 performing 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
parseCheckout
public CheckoutEntry parseCheckout()
- Returns:
- a
CheckoutEntry
with parsed information about a branch
switch, or null if the entry is not a checkout
Copyright © 2013. All Rights Reserved.