Uses of Enum Class
org.eclipse.jgit.lib.Ref.Storage
Packages that use Ref.Storage
-
Uses of Ref.Storage in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return Ref.StorageModifier and TypeMethodDescriptionObjectIdRef.getStorage()Ref.getStorage()How was this ref obtained?SymbolicRef.getStorage()static Ref.StorageReturns 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.StorageModifierConstructorDescriptionprotectedObjectIdRef(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.