Part of lp.services.webhooks.model View In Hierarchy
IWebhookJob.| Method | __init__ | Constructor. |
| Method | makeDerived | Undocumented |
| Static Method | deleteByIDs | See IWebhookJobSource. |
| Class Method | deleteByWebhooks | See IWebhookJobSource. |
Inherited from StormBase:
| Method | __storm_invalidated__ | Flush cached properties. |
Extra keyword arguments are used to construct the underlying Job object.
| Parameters | webhook | The IWebhook this job relates to. |
| job_type | The WebhookJobType of this job. | |
| json_data | The type-specific variables, as a JSON-compatible dict. |