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.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.pgm org.eclipse.jgit.transport 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.Result Modifier and Type Field Description private RefUpdate.ResultConcurrentRefUpdateException. rcprivate RefUpdate.ResultRefAlreadyExistsException. updateResultMethods 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(java.lang.String message, Ref ref, RefUpdate.Result rc)Constructor for ConcurrentRefUpdateException.ConcurrentRefUpdateException(java.lang.String message, Ref ref, RefUpdate.Result rc, java.lang.Throwable cause)Constructor for ConcurrentRefUpdateException.RefAlreadyExistsException(java.lang.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.Result Modifier and Type Method Description protected RefUpdate.ResultDfsRefUpdate. doDelete(RefUpdate.Result desiredResult)Do deleteprotected RefUpdate.ResultDfsRefUpdate. doLink(java.lang.String target)Do linkprotected RefUpdate.ResultDfsRefRename. doRename()Do the actual renameprotected RefUpdate.ResultDfsRefUpdate. doUpdate(RefUpdate.Result desiredResult)Do updateRefUpdate.ResultDfsRefUpdate. update(RevWalk walk)Gracefully update the ref to the new value.Methods in org.eclipse.jgit.internal.storage.dfs with parameters of type RefUpdate.Result Modifier and Type Method Description protected 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.Result Modifier and Type Method Description protected RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate. doDelete(RefUpdate.Result desiredResult)protected RefUpdate.ResultRefDirectoryUpdate. doDelete(RefUpdate.Result status)Do deleteprotected RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate. doLink(java.lang.String target)protected RefUpdate.ResultRefDirectoryUpdate. doLink(java.lang.String target)Do 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 updateRefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate. update(RevWalk walk)Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate.Result Modifier and Type Method Description protected 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 java.lang.StringRefDirectoryUpdate. toResultString(RefUpdate.Result status) -
Uses of RefUpdate.Result in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefUpdate.Result Modifier and Type Field Description private RefUpdate.ResultRefRename. resultprivate RefUpdate.ResultRefUpdate. resultResult of the update operation.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(java.lang.String target)Do 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.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(java.lang.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.private RefUpdate.ResultRefUpdate. updateImpl(RevWalk walk, RefUpdate.Store store)static RefUpdate.ResultRefUpdate.Result. valueOf(java.lang.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(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.Result Modifier and Type Method Description private static charAbstractFetchCommand. shortTypeOf(RefUpdate.Result r) -
Uses of RefUpdate.Result in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefUpdate.Result Modifier and Type Field Description private RefUpdate.ResultTrackingRefUpdate. resultMethods in org.eclipse.jgit.transport that return RefUpdate.Result Modifier and Type Method Description private RefUpdate.ResultTrackingRefUpdate.Command. decode(ReceiveCommand.Result status)RefUpdate.ResultTrackingRefUpdate. getResult()Get the status of this update.RefUpdate.ResultPushCertificateStore. save()Save pending certificates to the store.private RefUpdate.ResultPushCertificateStore. updateRef(ObjectId newId)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.voidTrackingRefUpdate.Command. setResult(RefUpdate.Result status)(package private) voidTrackingRefUpdate. setResult(RefUpdate.Result result)
-