Package | Description |
---|---|
org.eclipse.jgit.http.server | |
org.eclipse.jgit.http.server.resolver | |
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 |
GitServlet.setReceivePackFactory(ReceivePackFactory<javax.servlet.http.HttpServletRequest> f) |
void |
GitFilter.setReceivePackFactory(ReceivePackFactory<javax.servlet.http.HttpServletRequest> f) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReceivePackFactory
Create and configure
ReceivePack service instance. |
Modifier and Type | Method and Description |
---|---|
ReceivePackFactory<DaemonClient> |
Daemon.getReceivePackFactory()
Get the factory used to construct per-request ReceivePack.
|
Modifier and Type | Method and Description |
---|---|
void |
Daemon.setReceivePackFactory(ReceivePackFactory<DaemonClient> factory)
Set the factory to construct and configure per-request ReceivePack.
|
Constructor and Description |
---|
TestProtocol(UploadPackFactory<C> uploadPackFactory,
ReceivePackFactory<C> receivePackFactory) |
Modifier and Type | Field and Description |
---|---|
static ReceivePackFactory<?> |
ReceivePackFactory.DISABLED
A factory disabling the ReceivePack service for all repositories
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.