Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method and Description |
---|---|
(package private) FetchV2Request |
FetchV2Request.Builder.build() |
(package private) FetchV2Request |
ProtocolV2Parser.parseFetchRequest(PacketLineIn pckIn)
Parse the incoming fetch request arguments from the wire.
|
Modifier and Type | Method and Description |
---|---|
default void |
ProtocolV2Hook.onFetch(FetchV2Request req) |
private java.util.Map<java.lang.String,ObjectId> |
UploadPack.wantedRefs(FetchV2Request req) |