Uses of Enum Class
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.ResultConcurrentRefUpdateException.rcprivate final RefUpdate.ResultRefAlreadyExistsException.updateResultMethods in org.eclipse.jgit.api.errors that return RefUpdate.ResultModifier and TypeMethodDescriptionConcurrentRefUpdateException.getResult()Get resultRefAlreadyExistsException.getUpdateResult()Retrieves theRefUpdate.Resultthat 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.ResultDfsRefUpdate.doDelete(RefUpdate.Result desiredResult) Do deleteprotected RefUpdate.ResultDo linkprotected RefUpdate.ResultDfsRefRename.doRename()Do the actual renameprotected RefUpdate.ResultDfsRefUpdate.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.ResultDfsRefUpdate.doDelete(RefUpdate.Result desiredResult) Do deleteprotected RefUpdate.ResultDfsRefUpdate.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.ResultFileReftableDatabase.FileReftableRefUpdate.doDelete(RefUpdate.Result desiredResult) protected RefUpdate.ResultRefDirectoryUpdate.doDelete(RefUpdate.Result status) Do deleteprotected RefUpdate.Resultprotected RefUpdate.ResultDo linkprotected RefUpdate.ResultFileReftableDatabase.FileRefRename.doRename()protected RefUpdate.ResultRefDirectoryRename.doRename()Do the actual renameprotected RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate.doUpdate(RefUpdate.Result desiredResult) protected RefUpdate.ResultRefDirectoryUpdate.doUpdate(RefUpdate.Result status) Do updateMethods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionprotected RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate.doDelete(RefUpdate.Result desiredResult) protected RefUpdate.ResultRefDirectoryUpdate.doDelete(RefUpdate.Result status) Do deleteprotected RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate.doUpdate(RefUpdate.Result desiredResult) protected RefUpdate.ResultRefDirectoryUpdate.doUpdate(RefUpdate.Result status) Do updateprivate StringRefDirectoryUpdate.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.ResultRefRename.resultprivate RefUpdate.ResultRefUpdate.resultResult 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.ResultRefUpdate.doDelete(RefUpdate.Result desiredResult) Do deleteprotected abstract RefUpdate.ResultDo linkprotected abstract RefUpdate.ResultRefRename.doRename()Do the actual renameprotected abstract RefUpdate.ResultRefUpdate.doUpdate(RefUpdate.Result desiredResult) Do update(package private) abstract RefUpdate.ResultRefUpdate.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.ResultRefUpdate.updateImpl(RevWalk walk, RefUpdate.Store store) static RefUpdate.ResultReturns 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.ResultRefUpdate.doDelete(RefUpdate.Result desiredResult) Do deleteprotected abstract RefUpdate.ResultRefUpdate.doUpdate(RefUpdate.Result desiredResult) Do update(package private) abstract RefUpdate.ResultRefUpdate.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 charAbstractFetchCommand.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.ResultTrackingRefUpdate.Command.decode(ReceiveCommand.Result status) TrackingRefUpdate.getResult()Get the status of this update.PushCertificateStore.save()Save pending certificates to the store.private RefUpdate.ResultMethods in org.eclipse.jgit.transport with parameters of type RefUpdate.ResultModifier and TypeMethodDescriptionvoidReceiveCommand.setResult(RefUpdate.Result r) Set the result of this command.voidTrackingRefUpdate.Command.setResult(RefUpdate.Result status) (package private) voidTrackingRefUpdate.setResult(RefUpdate.Result result)