Uses of Interface
org.eclipse.jgit.transport.PreReceiveHook
Packages that use PreReceiveHook
-
Uses of PreReceiveHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PreReceiveHookFields in org.eclipse.jgit.transport declared as PreReceiveHookModifier and TypeFieldDescriptionprivate final PreReceiveHook[]
PreReceiveHookChain.hooks
static final PreReceiveHook
PreReceiveHook.NULL
A simple no-op hook.private PreReceiveHook
ReceivePack.preReceive
Hook to validate the update commands before execution.Methods in org.eclipse.jgit.transport that return PreReceiveHookModifier and TypeMethodDescriptionReceivePack.getPreReceiveHook()
Get the hook invoked before updates occur.static PreReceiveHook
PreReceiveHookChain.newChain
(List<? extends PreReceiveHook> hooks) Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type PreReceiveHookModifier and TypeMethodDescriptionvoid
ReceivePack.setPreReceiveHook
(PreReceiveHook h) Set the hook which is invoked prior to commands being executed.Method parameters in org.eclipse.jgit.transport with type arguments of type PreReceiveHookModifier and TypeMethodDescriptionstatic PreReceiveHook
PreReceiveHookChain.newChain
(List<? extends PreReceiveHook> hooks) Create a new hook chaining the given hooks together.Constructors in org.eclipse.jgit.transport with parameters of type PreReceiveHook