Interface
Job dependency details for adding and releasing webhook dependencies.
Since 1.0.11
Properties
| Property | Type | Notes |
|---|---|---|
jobId | string | Job id associated with the dependency. |
stepIds | string[] | The array of steps with a webhook dependency to be released. If no stepIds are specified, the job's current steps are used. |
webhookConnectionId | string | Webhook connection id for this webhook dependency. |
webhookDependency | WebhookDependency | Webhook dependency information. Required only when creating a new webhook dependency. |
stepIds
stepIds: string[]The array of steps with a webhook dependency to be released. If no stepIds are specified, the job's current steps are used.
webhookConnectionId
Interface PropertywebhookConnectionId: stringWebhook connection id for this webhook dependency.
webhookDependency
webhookDependency: WebhookDependencyWebhook dependency information. Required only when creating a new webhook dependency.