|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PostReceiveHook | |
|---|---|
| org.eclipse.jgit.transport | |
| Uses of PostReceiveHook in org.eclipse.jgit.transport |
|---|
| Classes in org.eclipse.jgit.transport that implement PostReceiveHook | |
|---|---|
class |
PostReceiveHookChain
PostReceiveHook that delegates to a list of other hooks. |
| Fields in org.eclipse.jgit.transport declared as PostReceiveHook | |
|---|---|
static PostReceiveHook |
PostReceiveHook.NULL
A simple no-op hook. |
| Methods in org.eclipse.jgit.transport that return PostReceiveHook | |
|---|---|
PostReceiveHook |
ReceivePack.getPostReceiveHook()
|
static PostReceiveHook |
PostReceiveHookChain.newChain(List<? extends PostReceiveHook> hooks)
Create a new hook chaining the given hooks together. |
| Methods in org.eclipse.jgit.transport with parameters of type PostReceiveHook | |
|---|---|
void |
ReceivePack.setPostReceiveHook(PostReceiveHook h)
Set the hook which is invoked after commands are executed. |
| Method parameters in org.eclipse.jgit.transport with type arguments of type PostReceiveHook | |
|---|---|
static PostReceiveHook |
PostReceiveHookChain.newChain(List<? extends PostReceiveHook> hooks)
Create a new hook chaining the given hooks together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||