Uses of Class
org.eclipse.jgit.lib.Ref.Storage
-
Packages that use Ref.Storage Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of Ref.Storage in org.eclipse.jgit.lib
Fields in org.eclipse.jgit.lib declared as Ref.Storage Modifier and Type Field Description private Ref.Storage
ObjectIdRef. storage
Methods in org.eclipse.jgit.lib that return Ref.Storage Modifier and Type Method Description Ref.Storage
ObjectIdRef. getStorage()
How was this ref obtained?Ref.Storage
Ref. getStorage()
How was this ref obtained?Ref.Storage
SymbolicRef. getStorage()
How was this ref obtained?static Ref.Storage
Ref.Storage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Ref.Storage[]
Ref.Storage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type Ref.Storage Constructor Description ObjectIdRef(Ref.Storage st, java.lang.String name, ObjectId id, long updateIndex)
Create a new ref pairing.PeeledNonTag(Ref.Storage st, java.lang.String name, ObjectId id)
Create a new ref pairing.PeeledNonTag(Ref.Storage st, java.lang.String name, ObjectId id, long updateIndex)
Create a new ref pairing with update index.PeeledTag(Ref.Storage st, java.lang.String name, ObjectId id, ObjectId p)
Create a new ref pairing.PeeledTag(Ref.Storage st, java.lang.String name, ObjectId id, ObjectId p, long updateIndex)
Create a new ref pairing with update index.Unpeeled(Ref.Storage st, java.lang.String name, ObjectId id)
Create a new ref pairing.Unpeeled(Ref.Storage st, java.lang.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 Modifier and Type Method Description private Ref.Storage
TransportAmazonS3.DatabaseS3. loose(Ref r)
private Ref.Storage
TransportSftp.SftpObjectDB. loose(Ref r)
-