Uses of Class
org.eclipse.jgit.api.CheckoutResult

Packages that use CheckoutResult
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of CheckoutResult in org.eclipse.jgit.api
 

Fields in org.eclipse.jgit.api declared as CheckoutResult
static CheckoutResult CheckoutResult.ERROR_RESULT
          The CheckoutResult.Status.ERROR result;
static CheckoutResult CheckoutResult.NOT_TRIED_RESULT
          The CheckoutResult.Status.NOT_TRIED result;
 

Methods in org.eclipse.jgit.api that return CheckoutResult
 CheckoutResult CheckoutCommand.getResult()
           
 



Copyright © 2013. All Rights Reserved.