Uses of Interface
org.eclipse.jgit.transport.PostReceiveHook
Packages that use PostReceiveHook
-
Uses of PostReceiveHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PostReceiveHookFields in org.eclipse.jgit.transport declared as PostReceiveHookModifier and TypeFieldDescriptionprivate final PostReceiveHook[]
PostReceiveHookChain.hooks
static final PostReceiveHook
PostReceiveHook.NULL
A simple no-op hook.private PostReceiveHook
ReceivePack.postReceive
Hook to report on the commands after execution.Methods in org.eclipse.jgit.transport that return PostReceiveHookModifier and TypeMethodDescriptionReceivePack.getPostReceiveHook()
Get the hook invoked after updates occur.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 PostReceiveHookModifier and TypeMethodDescriptionvoid
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 PostReceiveHookModifier and TypeMethodDescriptionstatic PostReceiveHook
PostReceiveHookChain.newChain
(List<? extends PostReceiveHook> hooks) Create a new hook chaining the given hooks together.Constructors in org.eclipse.jgit.transport with parameters of type PostReceiveHook