public class ReflogEntryImpl extends Object implements Serializable, ReflogEntry
PREFIX_CREATED, PREFIX_FAST_FORWARD, PREFIX_FORCED_UPDATE
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Get textual description of the change
|
ObjectId |
getNewId()
Get the commit id after the change
|
ObjectId |
getOldId()
Get the commit id before the change
|
PersonIdent |
getWho()
Get user performing the change
|
CheckoutEntry |
parseCheckout()
Parse checkout
|
String |
toString() |
public ObjectId getOldId()
getOldId
in interface ReflogEntry
public ObjectId getNewId()
getNewId
in interface ReflogEntry
public PersonIdent getWho()
getWho
in interface ReflogEntry
public String getComment()
getComment
in interface ReflogEntry
public CheckoutEntry parseCheckout()
parseCheckout
in interface ReflogEntry
CheckoutEntry
with parsed
information about a branch switch, or null if the entry is not a
checkoutCopyright © 2018 Eclipse JGit Project. All rights reserved.