Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
static TransportProtocol.URIishField |
TransportProtocol.URIishField.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
Set<TransportProtocol.URIishField> |
TestProtocol.getOptionalFields()
Get immutable set of URIishFields that may be filled in.
|
Set<TransportProtocol.URIishField> |
TransportProtocol.getOptionalFields()
Get immutable set of URIishFields that may be filled in.
|
Set<TransportProtocol.URIishField> |
TestProtocol.getRequiredFields()
Get immutable set of URIishFields that must be filled in.
|
Set<TransportProtocol.URIishField> |
TransportProtocol.getRequiredFields()
Get immutable set of URIishFields that must be filled in.
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.