public interface ReceivePackInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
init(Project.NameKey project,
org.eclipse.jgit.transport.ReceivePack receivePack)
ReceivePack initialization.
|
void init(Project.NameKey project, org.eclipse.jgit.transport.ReceivePack receivePack)
Invoked by Gerrit when a new ReceivePack instance is created and just before it is used. Implementors will usually call setXXX methods on the receivePack parameter in order to set additional properties on it.
project - project for which the ReceivePack is createdreceivePack - the ReceivePack instance which is being initialized