|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceivePack | |
|---|---|
| org.eclipse.jgit.transport | |
| org.eclipse.jgit.transport.resolver | |
| Uses of ReceivePack in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport with parameters of type ReceivePack | |
|---|---|
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. |
| Uses of ReceivePack in org.eclipse.jgit.transport.resolver |
|---|
| Methods in org.eclipse.jgit.transport.resolver that return ReceivePack | |
|---|---|
ReceivePack |
ReceivePackFactory.create(C req,
Repository db)
Create and configure a new ReceivePack instance for a repository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||