Package org.eclipse.jgit.lib
Interface CheckoutEntry
-
- All Known Implementing Classes:
CheckoutEntryImpl
public interface CheckoutEntry
Parsed information about a checkout.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFromBranch()
String
getToBranch()
-