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 PostUploadHookPostUploadHook.NULLA simple no-op hook.private PostUploadHookUploadPack.postUploadHookHook 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 PostUploadHookPostUploadHookChain.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 TypeMethodDescriptionvoidUploadPack.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 PostUploadHookPostUploadHookChain.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