Uses of Class
org.eclipse.jgit.lib.RefUpdate.Result

Packages that use RefUpdate.Result
org.eclipse.jgit.api.errors   
org.eclipse.jgit.lib   
org.eclipse.jgit.transport   
 

Uses of RefUpdate.Result in org.eclipse.jgit.api.errors
 

Methods in org.eclipse.jgit.api.errors that return RefUpdate.Result
 RefUpdate.Result ConcurrentRefUpdateException.getResult()
           
 

Constructors in org.eclipse.jgit.api.errors with parameters of type RefUpdate.Result
ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc)
           
ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc, Throwable cause)
           
 

Uses of RefUpdate.Result in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return RefUpdate.Result
 RefUpdate.Result RefUpdate.delete()
          Delete the ref.
 RefUpdate.Result RefUpdate.delete(RevWalk walk)
          Delete the ref.
protected abstract  RefUpdate.Result RefUpdate.doDelete(RefUpdate.Result desiredResult)
           
protected abstract  RefUpdate.Result RefUpdate.doLink(String target)
           
protected abstract  RefUpdate.Result RefRename.doRename()
           
protected abstract  RefUpdate.Result RefUpdate.doUpdate(RefUpdate.Result desiredResult)
           
 RefUpdate.Result RefUpdate.forceUpdate()
          Force the ref to take the new value.
 RefUpdate.Result RefUpdate.getResult()
          Get the status of this update.
 RefUpdate.Result RefRename.getResult()
           
 RefUpdate.Result RefUpdate.link(String target)
          Replace this reference with a symbolic reference to another reference.
 RefUpdate.Result RefRename.rename()
           
 RefUpdate.Result RefUpdate.update()
          Gracefully update the ref to the new value.
 RefUpdate.Result RefUpdate.update(RevWalk walk)
          Gracefully update the ref to the new value.
static RefUpdate.Result RefUpdate.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RefUpdate.Result[] RefUpdate.Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.lib with parameters of type RefUpdate.Result
protected abstract  RefUpdate.Result RefUpdate.doDelete(RefUpdate.Result desiredResult)
           
protected abstract  RefUpdate.Result RefUpdate.doUpdate(RefUpdate.Result desiredResult)
           
 

Uses of RefUpdate.Result in org.eclipse.jgit.transport
 

Methods in org.eclipse.jgit.transport that return RefUpdate.Result
 RefUpdate.Result TrackingRefUpdate.getResult()
          Get the status of this update.
 



Copyright © 2012. All Rights Reserved.