Class CheckoutEntryImpl
java.lang.Object
org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
- All Implemented Interfaces:
CheckoutEntry
Parsed information about a checkout.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the branch before checkoutGet the name of the branch after checkout
-
Field Details
-
CHECKOUT_MOVING_FROM
- See Also:
-
from
-
to
-
-
Constructor Details
-
CheckoutEntryImpl
CheckoutEntryImpl(ReflogEntry reflogEntry)
-
-
Method Details
-
getFromBranch
Get the name of the branch before checkout- Specified by:
getFromBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch before checkout
-
getToBranch
Get the name of the branch after checkout- Specified by:
getToBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch after checkout
-