| 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 and Description |
|---|---|
void |
Daemon.setUploadPackFactory(UploadPackFactory<DaemonClient> factory)
Set the factory to construct and configure per-request UploadPack.
|
| Constructor and Description |
|---|
TestProtocol(UploadPackFactory<C> uploadPackFactory,
ReceivePackFactory<C> receivePackFactory) |
| Modifier and Type | Field and Description |
|---|---|
static UploadPackFactory<?> |
UploadPackFactory.DISABLED
A factory disabling the UploadPack service for all repositories.
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.