Uses of Class
org.eclipse.jgit.lib.RefUpdate
-
Packages that use RefUpdate Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).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.internal.storage.reftree org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RefUpdate in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RefUpdate Modifier and Type Method Description private RefUpdate
StashDropCommand. createRefUpdate(Ref stashRef)
-
Uses of RefUpdate in org.eclipse.jgit.internal.storage.dfs
Subclasses of RefUpdate in org.eclipse.jgit.internal.storage.dfs Modifier and Type Class Description (package private) class
DfsRefUpdate
Methods in org.eclipse.jgit.internal.storage.dfs that return RefUpdate Modifier and Type Method Description RefUpdate
DfsRefDatabase. newUpdate(java.lang.String refName, boolean detach)
Create a new update command to create, modify or delete a reference.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type RefUpdate Constructor Description DfsRefRename(RefUpdate src, RefUpdate dst)
-
Uses of RefUpdate in org.eclipse.jgit.internal.storage.file
Subclasses of RefUpdate in org.eclipse.jgit.internal.storage.file Modifier and Type Class Description private class
FileReftableDatabase.FileReftableRefUpdate
(package private) class
RefDirectoryUpdate
Updates any reference stored byRefDirectory
.Methods in org.eclipse.jgit.internal.storage.file that return RefUpdate Modifier and Type Method Description RefUpdate
FileReftableDatabase. newUpdate(java.lang.String refName, boolean detach)
Create a new update command to create, modify or delete a reference.Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate Modifier and Type Method Description private boolean
RefDirectoryRename. linkHEAD(RefUpdate target)
(package private) void
RefDirectory. log(boolean force, RefUpdate update, java.lang.String msg, boolean deref)
ReflogWriter
ReflogWriter. log(RefUpdate update, java.lang.String msg, boolean deref)
Write the given ref update to the ref's log.private boolean
RefDirectoryRename. renameLog(RefUpdate src, RefUpdate dst)
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate Constructor Description FileRefRename(RefUpdate src, RefUpdate dst)
-
Uses of RefUpdate in org.eclipse.jgit.internal.storage.reftree
Subclasses of RefUpdate in org.eclipse.jgit.internal.storage.reftree Modifier and Type Class Description (package private) class
AlwaysFailUpdate
Update that always rejects withLOCK_FAILURE
.(package private) class
RefTreeUpdate
Single reference update toRefTreeDatabase
.Methods in org.eclipse.jgit.internal.storage.reftree that return RefUpdate Modifier and Type Method Description RefUpdate
RefTreeDatabase. newUpdate(java.lang.String name, boolean detach)
Create a new update command to create, modify or delete a reference.Constructors in org.eclipse.jgit.internal.storage.reftree with parameters of type RefUpdate Constructor Description RefTreeRename(RefTreeDatabase refdb, RefUpdate src, RefUpdate dst)
-
Uses of RefUpdate in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefUpdate Modifier and Type Field Description protected RefUpdate
RefRename. destination
Update operation to create/overwrite the destination reference.protected RefUpdate
RefRename. source
Update operation to read and delete the source reference.Methods in org.eclipse.jgit.lib that return RefUpdate Modifier and Type Method Description protected RefUpdate
BatchRefUpdate. newUpdate(ReceiveCommand cmd)
Create a new RefUpdate copying the batch settings.abstract RefUpdate
RefDatabase. newUpdate(java.lang.String name, boolean detach)
Create a new update command to create, modify or delete a reference.RefUpdate
Repository. updateRef(java.lang.String ref)
Create a command to update, create or delete a ref in this repository.RefUpdate
Repository. updateRef(java.lang.String ref, boolean detach)
Create a command to update, create or delete a ref in this repository.Constructors in org.eclipse.jgit.lib with parameters of type RefUpdate Constructor Description RefRename(RefUpdate src, RefUpdate dst)
Initialize a new rename operation. -
Uses of RefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefUpdate Modifier and Type Field Description private RefUpdate
RemoteRefUpdate. localUpdate
-