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 ReflogEntrypublic ObjectId getNewId()
getNewId in interface ReflogEntrypublic PersonIdent getWho()
getWho in interface ReflogEntrypublic String getComment()
getComment in interface ReflogEntrypublic CheckoutEntry parseCheckout()
parseCheckout in interface ReflogEntryCheckoutEntry with parsed information about a branch
         switch, or null if the entry is not a checkoutCopyright © 2016 Eclipse JGit Project. All rights reserved.