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.Result
ConcurrentRefUpdateException. rc
private RefUpdate.Result
RefAlreadyExistsException. updateResult
Methods in org.eclipse.jgit.api.errors that return RefUpdate.Result Modifier and Type Method Description RefUpdate.Result
ConcurrentRefUpdateException. getResult()
Get resultRefUpdate.Result
RefAlreadyExistsException. getUpdateResult()
Retrieves theRefUpdate.Result
that 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.Result
DfsRefUpdate. doDelete(RefUpdate.Result desiredResult)
Do deleteprotected RefUpdate.Result
DfsRefUpdate. doLink(java.lang.String target)
Do linkprotected RefUpdate.Result
DfsRefRename. doRename()
Do the actual renameprotected RefUpdate.Result
DfsRefUpdate. doUpdate(RefUpdate.Result desiredResult)
Do updateRefUpdate.Result
DfsRefUpdate. 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.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.Result Modifier and Type Method Description protected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate. doDelete(RefUpdate.Result desiredResult)
protected RefUpdate.Result
RefDirectoryUpdate. doDelete(RefUpdate.Result status)
Do deleteprotected RefUpdate.Result
FileReftableDatabase.FileReftableRefUpdate. doLink(java.lang.String target)
protected RefUpdate.Result
RefDirectoryUpdate. doLink(java.lang.String target)
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 updateRefUpdate.Result
FileReftableDatabase.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.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 java.lang.String
RefDirectoryUpdate. 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.Result
RefRename. result
private RefUpdate.Result
RefUpdate. result
Result of the update operation.Methods in org.eclipse.jgit.lib that return RefUpdate.Result Modifier and Type Method Description RefUpdate.Result
RefUpdate. delete()
Delete the ref.RefUpdate.Result
RefUpdate. delete(RevWalk walk)
Delete the ref.protected abstract RefUpdate.Result
RefUpdate. doDelete(RefUpdate.Result desiredResult)
Do deleteprotected abstract RefUpdate.Result
RefUpdate. doLink(java.lang.String target)
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.Result
RefUpdate. forceUpdate()
Force the ref to take the new value.RefUpdate.Result
RefRename. getResult()
Get result of rename operationRefUpdate.Result
RefUpdate. getResult()
Get the status of this update.RefUpdate.Result
RefUpdate. link(java.lang.String target)
Replace this reference with a symbolic reference to another reference.RefUpdate.Result
RefRename. rename()
RenameRefUpdate.Result
RefUpdate. update()
Gracefully update the ref to the new value.RefUpdate.Result
RefUpdate. update(RevWalk walk)
Gracefully update the ref to the new value.private RefUpdate.Result
RefUpdate. updateImpl(RevWalk walk, RefUpdate.Store store)
static RefUpdate.Result
RefUpdate.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.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.Result Modifier and Type Method Description private 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.Result Modifier and Type Field Description private RefUpdate.Result
TrackingRefUpdate. result
Methods in org.eclipse.jgit.transport that return RefUpdate.Result Modifier and Type Method Description private RefUpdate.Result
TrackingRefUpdate.Command. decode(ReceiveCommand.Result status)
RefUpdate.Result
TrackingRefUpdate. getResult()
Get the status of this update.RefUpdate.Result
PushCertificateStore. save()
Save pending certificates to the store.private RefUpdate.Result
PushCertificateStore. updateRef(ObjectId newId)
Methods in org.eclipse.jgit.transport with parameters of type RefUpdate.Result Modifier and Type Method Description void
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)
-