Class CheckoutEntryImpl
- 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 String
getFromBranch()
String
getToBranch()
-
-
-
Method Detail
-
getFromBranch
public String getFromBranch()
- Specified by:
getFromBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch before checkout
-
getToBranch
public String getToBranch()
- Specified by:
getToBranch
in interfaceCheckoutEntry
- Returns:
- the name of the branch after checkout
-
-