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 ProtocolV2HookProtocolV2Hook.DEFAULTThe default hook implementation that does nothing.private ProtocolV2HookUploadPack.protocolV2HookHook used while processing Git protocol v2 requests.Fields in org.eclipse.jgit.transport with type parameters of type ProtocolV2HookModifier and TypeFieldDescriptionprivate final List<? extends ProtocolV2Hook>ProtocolV2HookChain.hooksMethods in org.eclipse.jgit.transport that return ProtocolV2HookModifier and TypeMethodDescriptionUploadPack.getProtocolV2Hook()Get the currently installed protocol v2 hook.static ProtocolV2HookProtocolV2HookChain.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 TypeMethodDescriptionvoidUploadPack.setProtocolV2Hook(ProtocolV2Hook hook) Set the protocol V2 hook.Method parameters in org.eclipse.jgit.transport with type arguments of type ProtocolV2HookModifier and TypeMethodDescriptionstatic ProtocolV2HookProtocolV2HookChain.newChain(List<? extends ProtocolV2Hook> hooks) Create a new hook chaining the given hooks together.Constructor parameters in org.eclipse.jgit.transport with type arguments of type ProtocolV2Hook