java.lang.Object
org.eclipse.jgit.internal.storage.file.ReflogEntryImpl
- All Implemented Interfaces:
Serializable,ReflogEntry
Parsed reflog entry
- See Also:
-
Field Summary
Fields inherited from interface org.eclipse.jgit.lib.ReflogEntry
PREFIX_CREATED, PREFIX_FAST_FORWARD, PREFIX_FORCED_UPDATE -
Method Summary
-
Method Details
-
getOldId
Description copied from interface:ReflogEntryGet the commit id before the change- Specified by:
getOldIdin interfaceReflogEntry- Returns:
- the commit id before the change
-
getNewId
Description copied from interface:ReflogEntryGet the commit id after the change- Specified by:
getNewIdin interfaceReflogEntry- Returns:
- the commit id after the change
-
getWho
Description copied from interface:ReflogEntryGet user performing the change- Specified by:
getWhoin interfaceReflogEntry- Returns:
- user performing the change
-
getComment
Description copied from interface:ReflogEntryGet textual description of the change- Specified by:
getCommentin interfaceReflogEntry- Returns:
- textual description of the change
-
toString
-
parseCheckout
Description copied from interface:ReflogEntryParse checkout- Specified by:
parseCheckoutin interfaceReflogEntry- Returns:
- a
CheckoutEntrywith parsed information about a branch switch, or null if the entry is not a checkout
-