public class ReflogEntryImpl extends Object implements Serializable, ReflogEntry
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
ObjectId |
getNewId() |
ObjectId |
getOldId() |
PersonIdent |
getWho() |
CheckoutEntry |
parseCheckout() |
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 © 2017 Eclipse JGit Project. All rights reserved.