|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReceiveCommand | |
|---|---|
| org.eclipse.jgit.transport | |
| Uses of ReceiveCommand in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return types with arguments of type ReceiveCommand | |
|---|---|
List<ReceiveCommand> |
ReceivePack.getAllCommands()
|
| Method parameters in org.eclipse.jgit.transport with type arguments of type ReceiveCommand | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||