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 RefUpdateRefRename.destinationUpdate operation to create/overwrite the destination reference.protected final RefUpdateRefRename.sourceUpdate operation to read and delete the source reference.Methods in org.eclipse.jgit.lib that return RefUpdateModifier and TypeMethodDescriptionprotected RefUpdateBatchRefUpdate.newUpdate(ReceiveCommand cmd) Create a new RefUpdate copying the batch settings.abstract RefUpdateCreate 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