public class CheckoutEntryImpl extends Object implements CheckoutEntry
Modifier and Type | Method and Description |
---|---|
String |
getFromBranch()
Get the name of the branch before checkout
|
String |
getToBranch()
Get the name of the branch after checkout
|
public String getFromBranch()
getFromBranch
in interface CheckoutEntry
public String getToBranch()
getToBranch
in interface CheckoutEntry
Copyright © 2019 Eclipse JGit Project. All rights reserved.