Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
Set<TransportProtocol.URIishField> |
TransportProtocol.getOptionalFields() |
|
Set<TransportProtocol.URIishField> |
TransportProtocol.getRequiredFields() |
Copyright © 2018. All rights reserved.