Uses of Class
org.eclipse.jgit.transport.RefSpec.WildcardMode
-
Packages that use RefSpec.WildcardMode Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RefSpec.WildcardMode in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RefSpec.WildcardMode Modifier and Type Method Description static RefSpec.WildcardMode
RefSpec.WildcardMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RefSpec.WildcardMode[]
RefSpec.WildcardMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.jgit.transport with parameters of type RefSpec.WildcardMode Constructor Description RefSpec(String spec, RefSpec.WildcardMode mode)
Parse a ref specification for use during transport operations.
-