txghbot.IWebhook(Interface) interface documentationtxghbot
(View In Hierarchy)
Known implementations: txghbot.test.test_core.FakeWebhook
A Github webhook.
Run the webhook
| Parameters | eventName | the name of the received Github event. (type: unicode/str) |
| eventData | the deserialized event payload. (type: dict) | |
| requestID | the identifier Github provided for this event. Useful for logging. (type: unicode/str) | |
| Returns | If a twisted.internet.defer.Deferred
is return, it must fire when this hook has finished running. Failures will
be logged by WebhookDispatchingResource.
All other results will be ignored. (type: twisted.internet.defer.Deferred
or some immediate value.) | |