void |
AbstractAdvertiseRefsHook.advertiseRefs(ReceivePack receivePack) |
Advertise refs for receive-pack.
|
void |
AdvertiseRefsHook.advertiseRefs(ReceivePack receivePack) |
Advertise refs for receive-pack.
|
void |
AdvertiseRefsHookChain.advertiseRefs(ReceivePack rp) |
Advertise refs for receive-pack.
|
void |
ReceiveCommand.execute(ReceivePack rp) |
Execute this command during a receive-pack session.
|
void |
PostReceiveHook.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked after all commands are executed and status has been returned.
|
void |
PostReceiveHookChain.onPostReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked after all commands are executed and status has been returned.
|
void |
PreReceiveHook.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked just before commands are executed.
|
void |
PreReceiveHookChain.onPreReceive(ReceivePack rp,
Collection<ReceiveCommand> commands) |
Invoked just before commands are executed.
|
static void |
InternalHttpServerGlue.setPeerUserAgent(ReceivePack rp,
String agent) |
Apply a default user agent for a request.
|