Skip to main content

WebhookEventType

Type of event that triggers the webhook.

Index

Enumeration members

ACTOR_BUILD_ABORTED

ACTOR_BUILD_ABORTED: 'ACTOR.BUILD.ABORTED'

ACTOR_BUILD_CREATED

ACTOR_BUILD_CREATED: 'ACTOR.BUILD.CREATED'

ACTOR_BUILD_FAILED

ACTOR_BUILD_FAILED: 'ACTOR.BUILD.FAILED'

ACTOR_BUILD_SUCCEEDED

ACTOR_BUILD_SUCCEEDED: 'ACTOR.BUILD.SUCCEEDED'

ACTOR_BUILD_TIMED_OUT

ACTOR_BUILD_TIMED_OUT: 'ACTOR.BUILD.TIMED_OUT'

ACTOR_RUN_ABORTED

ACTOR_RUN_ABORTED: 'ACTOR.RUN.ABORTED'

ACTOR_RUN_CREATED

ACTOR_RUN_CREATED: 'ACTOR.RUN.CREATED'

ACTOR_RUN_FAILED

ACTOR_RUN_FAILED: 'ACTOR.RUN.FAILED'

ACTOR_RUN_RESURRECTED

ACTOR_RUN_RESURRECTED: 'ACTOR.RUN.RESURRECTED'

ACTOR_RUN_SUCCEEDED

ACTOR_RUN_SUCCEEDED: 'ACTOR.RUN.SUCCEEDED'

ACTOR_RUN_TIMED_OUT

ACTOR_RUN_TIMED_OUT: 'ACTOR.RUN.TIMED_OUT'

TEST

TEST: 'TEST'