Uses of Class
org.eclipse.jgit.lib.RefUpdate
Packages that use RefUpdate
Package
Description
High-level API commands (the porcelain of JGit).
Distributed file system based repository storage.
File based repository storage.
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of RefUpdate in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RefUpdateModifier and TypeMethodDescriptionprivate RefUpdate
StashDropCommand.createRefUpdate
(Ref stashRef) -
Uses of RefUpdate in org.eclipse.jgit.internal.storage.dfs
Subclasses of RefUpdate in org.eclipse.jgit.internal.storage.dfsMethods in org.eclipse.jgit.internal.storage.dfs that return RefUpdateModifier and TypeMethodDescriptionCreate a new update command to create, modify or delete a reference.Constructors in org.eclipse.jgit.internal.storage.dfs with parameters of type RefUpdate -
Uses of RefUpdate in org.eclipse.jgit.internal.storage.file
Subclasses of RefUpdate in org.eclipse.jgit.internal.storage.fileModifier and TypeClassDescriptionprivate class
(package private) class
Updates any reference stored byRefDirectory
.Methods in org.eclipse.jgit.internal.storage.file that return RefUpdateModifier and TypeMethodDescriptionCreate a new update command to create, modify or delete a reference.Methods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdateModifier and TypeMethodDescriptionprivate boolean
(package private) void
Write the given ref update to the ref's log.private boolean
Constructors in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdate -
Uses of RefUpdate in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as RefUpdateModifier and TypeFieldDescriptionprotected final RefUpdate
RefRename.destination
Update operation to create/overwrite the destination reference.protected final RefUpdate
RefRename.source
Update operation to read and delete the source reference.Methods in org.eclipse.jgit.lib that return RefUpdateModifier and TypeMethodDescriptionprotected RefUpdate
BatchRefUpdate.newUpdate
(ReceiveCommand cmd) Create a new RefUpdate copying the batch settings.abstract RefUpdate
Create a new update command to create, modify or delete a reference.Create a command to update, create or delete a ref in this repository.Create a command to update, create or delete a ref in this repository.Constructors in org.eclipse.jgit.lib with parameters of type RefUpdate -
Uses of RefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefUpdate