Java org.eclipse.jgit.transport PostReceiveHook fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.transport PostReceiveHook fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.transport PostReceiveHook.

The text is from its open source code.

Implementation

org.eclipse.jgit.transport.PostReceiveHook has the following implementations.
Click this link to see all its implementation.

Field

PostReceiveHookNULL
A simple no-op hook.

Constructor

Method

voidonPostReceive(ReceivePack rp, Collection commands)
Invoked after all commands are executed and status has been returned.