Uses of Enum
org.eclipse.jgit.lib.RefUpdate.Result
Packages that use RefUpdate.Result
Package
Description
Exceptions thrown by API commands.
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of RefUpdate.Result in org.eclipse.jgit.api.errors
Fields in org.eclipse.jgit.api.errors declared as RefUpdate.ResultModifier and TypeFieldDescriptionprivate RefUpdate.Result
ConcurrentRefUpdateException.rc
private final RefUpdate.Result
RefAlreadyExistsException.updateResult
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.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return RefUpdate.ResultModifier and TypeMethodDescriptionprotected RefUpdate.Result
DfsRefUpdate.doDelete
(RefUpdate.Result desiredResult) Do deleteprotected RefUpdate.Result
Do linkprotected RefUpdate.Result
DfsRefRename.doRename()
Do the actual renameprotected RefUpdate.Result
DfsRefUpdate.doUpdate
(RefUpdate.Result desiredResult) Do updateGracefully update the ref to the new value.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionprotected RefUpdate.Result
DfsRefUpdate.doDelete
(RefUpdate.Result desiredResult) Do deleteprotected RefUpdate.Result
DfsRefUpdate.doUpdate
(RefUpdate.Result desiredResult) Do update -
Uses of RefUpdate.Result in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return RefUpdate.ResultModifier and TypeMethodDescriptionprotected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate.doDelete
(RefUpdate.Result desiredResult) protected RefUpdate.Result
RefDirectoryUpdate.doDelete
(RefUpdate.Result status) Do deleteprotected RefUpdate.Result
protected RefUpdate.Result
Do linkprotected RefUpdate.Result
FileReftableDatabase.FileRefRename.doRename()
protected RefUpdate.Result
RefDirectoryRename.doRename()
Do the actual renameprotected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate.doUpdate
(RefUpdate.Result desiredResult) protected RefUpdate.Result
RefDirectoryUpdate.doUpdate
(RefUpdate.Result status) Do updateMethods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionprotected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate.doDelete
(RefUpdate.Result desiredResult) protected RefUpdate.Result
RefDirectoryUpdate.doDelete
(RefUpdate.Result status) Do deleteprotected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate.doUpdate
(RefUpdate.Result desiredResult) protected RefUpdate.Result
RefDirectoryUpdate.doUpdate
(RefUpdate.Result status) Do updateprivate String
RefDirectoryUpdate.toResultString
(RefUpdate.Result status) -
Uses of RefUpdate.Result in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefUpdate.ResultModifier and TypeFieldDescriptionprivate RefUpdate.Result
RefRename.result
private RefUpdate.Result
RefUpdate.result
Result of the update operation.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 update(package private) abstract RefUpdate.Result
RefUpdate.Store.execute
(RefUpdate.Result status) RefUpdate.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.private RefUpdate.Result
RefUpdate.updateImpl
(RevWalk walk, RefUpdate.Store store) static RefUpdate.Result
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.ResultModifier and TypeMethodDescriptionprotected abstract RefUpdate.Result
RefUpdate.doDelete
(RefUpdate.Result desiredResult) Do deleteprotected abstract RefUpdate.Result
RefUpdate.doUpdate
(RefUpdate.Result desiredResult) Do update(package private) abstract RefUpdate.Result
RefUpdate.Store.execute
(RefUpdate.Result status) -
Uses of RefUpdate.Result in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionprivate static char
AbstractFetchCommand.shortTypeOf
(RefUpdate.Result r) -
Uses of RefUpdate.Result in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefUpdate.ResultMethods in org.eclipse.jgit.transport that return RefUpdate.ResultModifier and TypeMethodDescriptionprivate RefUpdate.Result
TrackingRefUpdate.Command.decode
(ReceiveCommand.Result status) TrackingRefUpdate.getResult()
Get the status of this update.PushCertificateStore.save()
Save pending certificates to the store.private RefUpdate.Result
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.void
TrackingRefUpdate.Command.setResult
(RefUpdate.Result status) (package private) void
TrackingRefUpdate.setResult
(RefUpdate.Result result)