ReflogEntryImpl
public interface ReflogEntry
Modifier and Type | Method | 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 © 2018. All rights reserved.