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.BuilderFetchV2Request.Builder.addClientCapability(String clientCapability) (package private) FetchV2Request.BuilderFetchV2Request.Builder.addClientShallowCommit(ObjectId shallowOid) (package private) FetchV2Request.BuilderFetchV2Request.Builder.addDeepenNotRef(String deepenNotRef) (package private) FetchV2Request.BuilderFetchV2Request.Builder.addPackfileUriProtocol(String value) (package private) FetchV2Request.BuilderFetchV2Request.Builder.addPeerHas(ObjectId objectId) (package private) FetchV2Request.BuilderFetchV2Request.Builder.addServerOption(String value) Records an application-specific option supplied in a server-option line, for later retrieval withFetchV2Request.getServerOptions().(package private) FetchV2Request.BuilderFetchV2Request.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.BuilderFetchV2Request.builder()(package private) FetchV2Request.BuilderValue of an agent line received after the command and before the arguments.(package private) FetchV2Request.BuilderFetchV2Request.Builder.setDeepenSince(int value) (package private) FetchV2Request.BuilderFetchV2Request.Builder.setDepth(int d) (package private) FetchV2Request.BuilderFetchV2Request.Builder.setDoneReceived()Mark that the "done" line has been received.(package private) FetchV2Request.BuilderFetchV2Request.Builder.setFilterSpec(FilterSpec filter) (package private) FetchV2Request.BuilderFetchV2Request.Builder.setSidebandAll(boolean value) (package private) FetchV2Request.BuilderFetchV2Request.Builder.setWaitForDone()Mark that the "wait-for-done" line has been received.