public class CheckoutResult extends Object
CheckoutCommand| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CheckoutResult.Status
The status 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static CheckoutResult | 
ERROR_RESULT
The  
CheckoutResult.Status.ERROR result; | 
static CheckoutResult | 
NOT_TRIED_RESULT
The  
CheckoutResult.Status.NOT_TRIED result; | 
| Modifier and Type | Method and Description | 
|---|---|
List<String> | 
getConflictList()
Get list of file that created a checkout conflict 
 | 
List<String> | 
getModifiedList()
Get the list of files that where modified during checkout 
 | 
List<String> | 
getRemovedList()
Get the list of files that where removed during checkout 
 | 
CheckoutResult.Status | 
getStatus()
Get status 
 | 
List<String> | 
getUndeletedList()
Get the list of files that could not be deleted during checkout 
 | 
public static final CheckoutResult ERROR_RESULT
CheckoutResult.Status.ERROR result;public static final CheckoutResult NOT_TRIED_RESULT
CheckoutResult.Status.NOT_TRIED result;public CheckoutResult.Status getStatus()
public List<String> getConflictList()
getStatus() is not
         CheckoutResult.Status.CONFLICTS;public List<String> getUndeletedList()
getStatus() is not
         CheckoutResult.Status.NONDELETED;public List<String> getModifiedList()
getStatus() is not
         CheckoutResult.Status.OKpublic List<String> getRemovedList()
getStatus() is not
         CheckoutResult.Status.OKCopyright © 2020 Eclipse JGit Project. All rights reserved.