Uses of Enum Class
org.eclipse.jgit.lib.RefUpdate.Result
Packages that use RefUpdate.Result
Package
Description
Exceptions thrown by API commands.
Core API for repository, config, refs, object database.
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.ResultModifier and TypeMethodDescriptionConcurrentRefUpdateException.getResult()
Get resultRefAlreadyExistsException.getUpdateResult()
Retrieves theRefUpdate.Result
that caused the exception.Constructors in org.eclipse.jgit.api.errors with parameters of type RefUpdate.ResultModifierConstructorDescriptionConcurrentRefUpdateException
(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.ResultModifier and TypeMethodDescriptionRefUpdate.delete()
Delete the ref.Delete the ref.protected abstract RefUpdate.Result
RefUpdate.doDelete
(RefUpdate.Result desiredResult) Do deleteprotected abstract RefUpdate.Result
Do linkprotected abstract RefUpdate.Result
RefRename.doRename()
Do the actual renameprotected abstract RefUpdate.Result
RefUpdate.doUpdate
(RefUpdate.Result desiredResult) Do updateRefUpdate.forceUpdate()
Force the ref to take the new value.RefRename.getResult()
Get result of rename operationRefUpdate.getResult()
Get the status of this update.Replace this reference with a symbolic reference to another reference.RefRename.rename()
RenameRefUpdate.update()
Gracefully update the ref to the new value.Gracefully update the ref to the new value.static RefUpdate.Result
Returns the enum constant of this class with the specified name.static RefUpdate.Result[]
RefUpdate.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.lib with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionprotected abstract RefUpdate.Result
RefUpdate.doDelete
(RefUpdate.Result desiredResult) Do deleteprotected abstract RefUpdate.Result
RefUpdate.doUpdate
(RefUpdate.Result desiredResult) Do update -
Uses of RefUpdate.Result in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RefUpdate.ResultModifier and TypeMethodDescriptionTrackingRefUpdate.getResult()
Get the status of this update.PushCertificateStore.save()
Save pending certificates to the store.Methods in org.eclipse.jgit.transport with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionvoid
ReceiveCommand.setResult
(RefUpdate.Result r) Set the result of this command.