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.hooksstatic final PreReceiveHookPreReceiveHook.NULLA simple no-op hook.private PreReceiveHookReceivePack.preReceiveHook 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 PreReceiveHookPreReceiveHookChain.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 TypeMethodDescriptionvoidReceivePack.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 PreReceiveHookPreReceiveHookChain.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