Uses of Enum Class
org.eclipse.jgit.lib.Ref.Storage
Packages that use Ref.Storage
Package
Description
Core API for repository, config, refs, object database.
Transport (fetch/push) for different protocols.
-
Uses of Ref.Storage in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as Ref.StorageMethods in org.eclipse.jgit.lib that return Ref.StorageModifier and TypeMethodDescriptionObjectIdRef.getStorage()
How was this ref obtained?Ref.getStorage()
How was this ref obtained?SymbolicRef.getStorage()
How was this ref obtained?static Ref.Storage
Returns the enum constant of this class with the specified name.static Ref.Storage[]
Ref.Storage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type Ref.StorageModifierConstructorDescriptionprotected
ObjectIdRef
(Ref.Storage st, String name, ObjectId id, long updateIndex) Create a new ref pairing.PeeledNonTag
(Ref.Storage st, String name, ObjectId id) Create a new ref pairing.PeeledNonTag
(Ref.Storage st, String name, ObjectId id, long updateIndex) Create a new ref pairing with update index.PeeledTag
(Ref.Storage st, String name, ObjectId id, ObjectId p) Create a new ref pairing.PeeledTag
(Ref.Storage st, String name, ObjectId id, ObjectId p, long updateIndex) Create a new ref pairing with update index.Unpeeled
(Ref.Storage st, String name, ObjectId id) Create a new ref pairing.Unpeeled
(Ref.Storage st, String name, ObjectId id, long updateIndex) Create a new ref pairing with update index. -
Uses of Ref.Storage in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return Ref.Storage