Uses of Class
org.eclipse.jgit.lib.RefUpdate
-
Packages that use RefUpdate Package Description 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. -
-
Uses of RefUpdate in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return RefUpdate Modifier and Type Method Description RefUpdateDfsRefDatabase. newUpdate(String refName, boolean detach) -
Uses of RefUpdate in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate Modifier and Type Method Description ReflogWriterReflogWriter. log(RefUpdate update, String msg, boolean deref)Write the given ref update to the ref's log -
Uses of RefUpdate in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefUpdate Modifier and Type Field Description protected RefUpdateRefRename. destinationUpdate operation to create/overwrite the destination reference.protected RefUpdateRefRename. sourceUpdate operation to read and delete the source reference.Methods in org.eclipse.jgit.lib that return RefUpdate Modifier and Type Method Description protected RefUpdateBatchRefUpdate. newUpdate(ReceiveCommand cmd)Create a new RefUpdate copying the batch settings.abstract RefUpdateRefDatabase. newUpdate(String name, boolean detach)Create a new update command to create, modify or delete a reference.RefUpdateRepository. updateRef(String ref)Create a command to update, create or delete a ref in this repository.RefUpdateRepository. updateRef(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.
-