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) FetchV2RequestFetchV2Request.Builder. build()(package private) FetchV2RequestProtocolV2Parser. 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 voidProtocolV2Hook. onFetch(FetchV2Request req)voidProtocolV2HookChain. onFetch(FetchV2Request req)private java.util.Map<java.lang.String,ObjectId>UploadPack. wantedRefs(FetchV2Request req)
-