Class ProtocolV2HookChain

java.lang.Object
org.eclipse.jgit.transport.ProtocolV2HookChain
All Implemented Interfaces:
ProtocolV2Hook

public class ProtocolV2HookChain extends Object implements ProtocolV2Hook
ProtocolV2Hook that delegates to a list of other hooks.

Hooks are run in the order passed to the constructor. If running a method on one hook throws an exception, execution of remaining hook methods is aborted.

Since:
5.5