Uses of Interface
org.eclipse.jgit.transport.ProtocolV2Hook
Packages that use ProtocolV2Hook
-
Uses of ProtocolV2Hook in org.eclipse.jgit.transport
Classes in org.eclipse.jgit.transport that implement ProtocolV2HookFields in org.eclipse.jgit.transport declared as ProtocolV2HookModifier and TypeFieldDescriptionstatic final ProtocolV2Hook
ProtocolV2Hook.DEFAULT
The default hook implementation that does nothing.Methods in org.eclipse.jgit.transport that return ProtocolV2HookModifier and TypeMethodDescriptionUploadPack.getProtocolV2Hook()
Get the currently installed protocol v2 hook.static ProtocolV2Hook
ProtocolV2HookChain.newChain
(List<? extends ProtocolV2Hook> hooks) Create a new hook chaining the given hooks together.Methods in org.eclipse.jgit.transport with parameters of type ProtocolV2HookModifier and TypeMethodDescriptionvoid
UploadPack.setProtocolV2Hook
(ProtocolV2Hook hook) Set the protocol V2 hook.Method parameters in org.eclipse.jgit.transport with type arguments of type ProtocolV2HookModifier and TypeMethodDescriptionstatic ProtocolV2Hook
ProtocolV2HookChain.newChain
(List<? extends ProtocolV2Hook> hooks) Create a new hook chaining the given hooks together.