public interface ReflogEntry
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
ObjectId |
getNewId() |
ObjectId |
getOldId() |
PersonIdent |
getWho() |
CheckoutEntry |
parseCheckout() |
ObjectId getOldId()
ObjectId getNewId()
PersonIdent getWho()
String getComment()
CheckoutEntry parseCheckout()
CheckoutEntry
with parsed information about a branch
switch, or null if the entry is not a checkoutCopyright © 2015 Eclipse JGit Project. All rights reserved.