Uses of Enum
org.eclipse.jgit.transport.TransportProtocol.URIishField
Packages that use TransportProtocol.URIishField
-
Uses of TransportProtocol.URIishField in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TransportProtocol.URIishFieldModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TransportProtocol.URIishField[]
TransportProtocol.URIishField.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.transport that return types with arguments of type TransportProtocol.URIishFieldModifier and TypeMethodDescriptionTestProtocol.getOptionalFields()
Get immutable set of URIishFields that may be filled in.TransportProtocol.getOptionalFields()
Get immutable set of URIishFields that may be filled in.TestProtocol.getRequiredFields()
Get immutable set of URIishFields that must be filled in.TransportProtocol.getRequiredFields()
Get immutable set of URIishFields that must be filled in.