org.eclipse.jgit.storage.file
Class CheckoutEntry
java.lang.Object
org.eclipse.jgit.storage.file.CheckoutEntry
public class CheckoutEntry
- extends Object
Parsed information about a checkout.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFromBranch
public String getFromBranch()
- Returns:
- the name of the branch before checkout
getToBranch
public String getToBranch()
- Returns:
- the name of the branch after checkout
Copyright © 2012. All Rights Reserved.