Uses of Interface
org.eclipse.jgit.transport.PreUploadHook
Packages that use PreUploadHook
-
Uses of PreUploadHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PreUploadHookFields in org.eclipse.jgit.transport declared as PreUploadHookModifier and TypeFieldDescriptionstatic final PreUploadHook
PreUploadHook.NULL
A simple no-op hook.private PreUploadHook
UploadPack.preUploadHook
Hook handling the various upload phases.Fields in org.eclipse.jgit.transport with type parameters of type PreUploadHookMethods in org.eclipse.jgit.transport that return PreUploadHookModifier and TypeMethodDescriptionUploadPack.getPreUploadHook()
Get the configured pre upload hook.static PreUploadHook
PreUploadHookChain.newChain
(List<PreUploadHook> hooks) Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type PreUploadHookModifier and TypeMethodDescriptionvoid
UploadPack.setPreUploadHook
(PreUploadHook hook) Set the hook that controls how this instance will behave.Method parameters in org.eclipse.jgit.transport with type arguments of type PreUploadHookModifier and TypeMethodDescriptionstatic PreUploadHook
PreUploadHookChain.newChain
(List<PreUploadHook> hooks) Create a new hook chaining the given hooks together.Constructor parameters in org.eclipse.jgit.transport with type arguments of type PreUploadHook