Uses of Interface
org.eclipse.jgit.transport.PostUploadHook
Packages that use PostUploadHook
-
Uses of PostUploadHook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement PostUploadHookFields in org.eclipse.jgit.transport declared as PostUploadHookModifier and TypeFieldDescriptionstatic final PostUploadHook
PostUploadHook.NULL
A simple no-op hook.private PostUploadHook
UploadPack.postUploadHook
Hook for taking post upload actions.Fields in org.eclipse.jgit.transport with type parameters of type PostUploadHookMethods in org.eclipse.jgit.transport that return PostUploadHookModifier and TypeMethodDescriptionUploadPack.getPostUploadHook()
Get the configured post upload hook.static PostUploadHook
PostUploadHookChain.newChain
(List<PostUploadHook> hooks) Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type PostUploadHookModifier and TypeMethodDescriptionvoid
UploadPack.setPostUploadHook
(PostUploadHook hook) Set the hook for post upload actions (logging, repacking).Method parameters in org.eclipse.jgit.transport with type arguments of type PostUploadHookModifier and TypeMethodDescriptionstatic PostUploadHook
PostUploadHookChain.newChain
(List<PostUploadHook> hooks) Create a new hook chaining the given hooks together.Constructor parameters in org.eclipse.jgit.transport with type arguments of type PostUploadHook