Uses of Class
org.eclipse.jgit.transport.FetchV2Request.Builder
Packages that use FetchV2Request.Builder
-
Uses of FetchV2Request.Builder in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return FetchV2Request.BuilderModifier and TypeMethodDescription(package private) FetchV2Request.Builder
FetchV2Request.Builder.addClientCapability
(String clientCapability) (package private) FetchV2Request.Builder
FetchV2Request.Builder.addClientShallowCommit
(ObjectId shallowOid) (package private) FetchV2Request.Builder
FetchV2Request.Builder.addDeepenNotRef
(String deepenNotRef) (package private) FetchV2Request.Builder
FetchV2Request.Builder.addPackfileUriProtocol
(String value) (package private) FetchV2Request.Builder
FetchV2Request.Builder.addPeerHas
(ObjectId objectId) (package private) FetchV2Request.Builder
FetchV2Request.Builder.addServerOption
(String value) Records an application-specific option supplied in a server-option line, for later retrieval withFetchV2Request.getServerOptions()
.(package private) FetchV2Request.Builder
FetchV2Request.Builder.addWantedRef
(String refName) Ref received in "want-ref" line and the object-id it refers to(package private) FetchV2Request.Builder
(package private) static FetchV2Request.Builder
FetchV2Request.builder()
(package private) FetchV2Request.Builder
Value of an agent line received after the command and before the arguments.(package private) FetchV2Request.Builder
FetchV2Request.Builder.setDeepenSince
(int value) (package private) FetchV2Request.Builder
FetchV2Request.Builder.setDepth
(int d) (package private) FetchV2Request.Builder
FetchV2Request.Builder.setDoneReceived()
Mark that the "done" line has been received.(package private) FetchV2Request.Builder
FetchV2Request.Builder.setFilterSpec
(FilterSpec filter) (package private) FetchV2Request.Builder
FetchV2Request.Builder.setSidebandAll
(boolean value)