Module notification_request

Module notification_request 

Source

Structs§

NotificationRequest
NotificationRequest : Extends the built-in ModelSerializer to enforce calling full_clean() on a copy of the associated instance during validation. (DRF does not do this by default; see https://github.com/encode/django-rest-framework/issues/3144)

Enums§

EventType
object_created - Object created * object_updated - Object updated * object_deleted - Object deleted * job_started - Job started * job_completed - Job completed * job_failed - Job failed * job_errored - Job errored * branch_provisioned - Branch provisioned * branch_deprovisioned - Branch deprovisioned * branch_synced - Branch synced * branch_merged - Branch merged * branch_reverted - Branch reverted