Uses of Class
org.eclipse.jgit.lib.RefUpdate.Result
-
Packages that use RefUpdate.Result Package Description org.eclipse.jgit.api.errors Exceptions thrown by API commands.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RefUpdate.Result in org.eclipse.jgit.api.errors
Methods in org.eclipse.jgit.api.errors that return RefUpdate.Result Modifier and Type Method Description RefUpdate.ResultConcurrentRefUpdateException. getResult()Get resultRefUpdate.ResultRefAlreadyExistsException. getUpdateResult()Retrieves theRefUpdate.Resultthat caused the exception.Constructors in org.eclipse.jgit.api.errors with parameters of type RefUpdate.Result Constructor Description ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc)Constructor for ConcurrentRefUpdateException.ConcurrentRefUpdateException(String message, Ref ref, RefUpdate.Result rc, Throwable cause)Constructor for ConcurrentRefUpdateException.RefAlreadyExistsException(String message, RefUpdate.Result updateResult)Constructor for RefAlreadyExistsException -
Uses of RefUpdate.Result in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RefUpdate.Result Modifier and Type Method Description RefUpdate.ResultRefUpdate. delete()Delete the ref.RefUpdate.ResultRefUpdate. delete(RevWalk walk)Delete the ref.protected abstract RefUpdate.ResultRefUpdate. doDelete(RefUpdate.Result desiredResult)Do deleteprotected abstract RefUpdate.ResultRefUpdate. doLink(String target)Do linkprotected abstract RefUpdate.ResultRefRename. doRename()Do the actual renameprotected abstract RefUpdate.ResultRefUpdate. doUpdate(RefUpdate.Result desiredResult)Do updateRefUpdate.ResultRefUpdate. forceUpdate()Force the ref to take the new value.RefUpdate.ResultRefRename. getResult()Get result of rename operationRefUpdate.ResultRefUpdate. getResult()Get the status of this update.RefUpdate.ResultRefUpdate. link(String target)Replace this reference with a symbolic reference to another reference.RefUpdate.ResultRefRename. rename()RenameRefUpdate.ResultRefUpdate. update()Gracefully update the ref to the new value.RefUpdate.ResultRefUpdate. update(RevWalk walk)Gracefully update the ref to the new value.static RefUpdate.ResultRefUpdate.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 Modifier and Type Method Description protected abstract RefUpdate.ResultRefUpdate. doDelete(RefUpdate.Result desiredResult)Do deleteprotected abstract RefUpdate.ResultRefUpdate. doUpdate(RefUpdate.Result desiredResult)Do update -
Uses of RefUpdate.Result in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RefUpdate.Result Modifier and Type Method Description RefUpdate.ResultTrackingRefUpdate. getResult()Get the status of this update.RefUpdate.ResultPushCertificateStore. save()Save pending certificates to the store.Methods in org.eclipse.jgit.transport with parameters of type RefUpdate.Result Modifier and Type Method Description voidReceiveCommand. setResult(RefUpdate.Result r)Set the result of this command.
-