Uses of Class
org.eclipse.jgit.transport.FetchV2Request
-
Packages that use FetchV2Request Package Description org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of FetchV2Request in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FetchV2Request Modifier and Type Method Description (package private) FetchV2Request
FetchV2Request.Builder. build()
(package private) FetchV2Request
ProtocolV2Parser. parseFetchRequest(PacketLineIn pckIn)
Parse the incoming fetch request arguments from the wire.Methods in org.eclipse.jgit.transport with parameters of type FetchV2Request Modifier and Type Method Description default void
ProtocolV2Hook. onFetch(FetchV2Request req)
void
ProtocolV2HookChain. onFetch(FetchV2Request req)
private java.util.Map<java.lang.String,ObjectId>
UploadPack. wantedRefs(FetchV2Request req)
-