- java.lang.Object
-
- org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
-
- All Implemented Interfaces:
CheckoutEntry
public class CheckoutEntryImpl extends Object implements CheckoutEntry
Parsed information about a checkout.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFromBranch()Get the name of the branch before checkoutStringgetToBranch()Get the name of the branch after checkout
-
-
-
Method Detail
-
getFromBranch
public String getFromBranch()
Get the name of the branch before checkout- Specified by:
getFromBranchin interfaceCheckoutEntry- Returns:
- the name of the branch before checkout
-
getToBranch
public String getToBranch()
Get the name of the branch after checkout- Specified by:
getToBranchin interfaceCheckoutEntry- Returns:
- the name of the branch after checkout
-
-