Package | Description |
---|---|
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 |
---|---|
ReceivePack |
DefaultReceivePackFactory.create(javax.servlet.http.HttpServletRequest req,
Repository db) |
Modifier and Type | Method and Description |
---|---|
void |
PostReceiveHookChain.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
void |
PostReceiveHook.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands)
Invoked after all commands are executed and status has been returned.
|
void |
PreReceiveHookChain.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
void |
PreReceiveHook.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands)
Invoked just before commands are executed.
|
static void |
InternalHttpServerGlue.setPeerUserAgent(ReceivePack rp,
String agent)
Apply a default user agent for a request.
|
Modifier and Type | Method and Description |
---|---|
ReceivePack |
ReceivePackFactory.create(C req,
Repository db)
Create and configure a new ReceivePack instance for a repository.
|
Copyright © 2015 Eclipse JGit Project. All rights reserved.