java.lang.Object
org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
- All Implemented Interfaces:
CheckoutEntry
Parsed information about a checkout.
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the branch before checkoutGet the name of the branch after checkout
-
Method Details
-
getFromBranch
Description copied from interface:CheckoutEntry
Get the name of the branch before checkout- Specified by:
getFromBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch before checkout
-
getToBranch
Description copied from interface:CheckoutEntry
Get the name of the branch after checkout- Specified by:
getToBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch after checkout
-