public class CheckoutEntryImpl extends java.lang.Object implements CheckoutEntry
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
CHECKOUT_MOVING_FROM |
private java.lang.String |
from |
private java.lang.String |
to |
| Constructor and Description |
|---|
CheckoutEntryImpl(ReflogEntry reflogEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFromBranch()
Get the name of the branch before checkout
|
java.lang.String |
getToBranch()
Get the name of the branch after checkout
|
static final java.lang.String CHECKOUT_MOVING_FROM
private java.lang.String from
private java.lang.String to
CheckoutEntryImpl(ReflogEntry reflogEntry)
public java.lang.String getFromBranch()
getFromBranch in interface CheckoutEntrypublic java.lang.String getToBranch()
getToBranch in interface CheckoutEntry