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