| com.atlassian.stash.hook.PostReceiveHook |
Hook that is called just after a push request is completed.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Callback method that is called just after a push request is completed.
| |||||||||||
Callback method that is called just after a push request is completed. This hook executes during the processing
of a push and the client will have to wait during the execution of the onReceive method.
| repository | the repository that was pushed to |
|---|---|
| refChanges | the refs that have just been updated |
| response | used to write to the client's stdout and/or stderr |