public class ReflogEntryImpl extends java.lang.Object implements java.io.Serializable, ReflogEntry
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment() |
ObjectId |
getNewId() |
ObjectId |
getOldId() |
PersonIdent |
getWho() |
CheckoutEntry |
parseCheckout() |
java.lang.String |
toString() |
public ObjectId getOldId()
getOldId in interface ReflogEntrypublic ObjectId getNewId()
getNewId in interface ReflogEntrypublic PersonIdent getWho()
getWho in interface ReflogEntrypublic java.lang.String getComment()
getComment in interface ReflogEntrypublic java.lang.String toString()
toString in class java.lang.Objectpublic CheckoutEntry parseCheckout()
parseCheckout in interface ReflogEntryCheckoutEntry with parsed information about a branch
switch, or null if the entry is not a checkoutCopyright © 2013. All Rights Reserved.