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.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 RefUpdateStashDropCommand. 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) classDfsRefUpdateMethods in org.eclipse.jgit.internal.storage.dfs that return RefUpdate Modifier and Type Method Description RefUpdateDfsRefDatabase. 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 classFileReftableDatabase.FileReftableRefUpdate(package private) classRefDirectoryUpdateUpdates any reference stored byRefDirectory.Methods in org.eclipse.jgit.internal.storage.file that return RefUpdate Modifier and Type Method Description RefUpdateFileReftableDatabase. 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 booleanRefDirectoryRename. linkHEAD(RefUpdate target)(package private) voidRefDirectory. log(boolean force, RefUpdate update, java.lang.String msg, boolean deref)ReflogWriterReflogWriter. log(RefUpdate update, java.lang.String msg, boolean deref)Write the given ref update to the ref's log.private booleanRefDirectoryRename. 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.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(java.lang.String name, boolean detach)Create a new update command to create, modify or delete a reference.RefUpdateRepository. updateRef(java.lang.String ref)Create a command to update, create or delete a ref in this repository.RefUpdateRepository. 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 RefUpdateRemoteRefUpdate. localUpdate
-