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 RefUpdateStashDropCommand.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) classUpdates 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) voidWrite the given ref update to the ref's log.private booleanConstructors 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 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 -
Uses of RefUpdate in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RefUpdate