(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addClientCapability(java.lang.String clientCapability) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addClientShallowCommit(ObjectId shallowOid) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addDeepenNotRef(java.lang.String deepenNotRef) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addPackfileUriProtocol(java.lang.String value) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addPeerHas(ObjectId objectId) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addServerOption(java.lang.String value) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addWantedRef(java.lang.String refName) |
Ref received in "want-ref" line and the object-id it refers to
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.addWantId(ObjectId wantId) |
|
(package private) static FetchV2Request.Builder |
FetchV2Request.builder() |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.setAgent(java.lang.String agentValue) |
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) |
|
(package private) FetchV2Request.Builder |
FetchV2Request.Builder.setWaitForDone() |
Mark that the "wait-for-done" line has been received.
|