Uses of Class
org.eclipse.jgit.lib.RefUpdate
Packages that use RefUpdate
Package
Description
Distributed file system based repository storage.
File based repository storage.
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 -
Uses of RefUpdate in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that return RefUpdateModifier and TypeMethodDescriptionMethods in org.eclipse.jgit.internal.storage.file with parameters of type RefUpdateModifier and TypeMethodDescriptionWrite 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 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