Package | Description |
---|---|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
org.eclipse.jgit.transport.resolver |
Server-side resolver for locating repositories by URLs.
|
Modifier and Type | Method | Description |
---|---|---|
void |
Daemon.setUploadPackFactory(UploadPackFactory<DaemonClient> factory) |
Set the factory to construct and configure per-request UploadPack.
|
Modifier and Type | Field | Description |
---|---|---|
static UploadPackFactory<?> |
UploadPackFactory.DISABLED |
A factory disabling the UploadPack service for all repositories.
|
Copyright © 2018. All rights reserved.