Uses of Class
com.databricks.sdk.service.jobs.Webhook
-
Packages that use Webhook Package Description com.databricks.sdk.service.jobs -
-
Uses of Webhook in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return Webhook Modifier and Type Method Description WebhookWebhook. setId(String id)Methods in com.databricks.sdk.service.jobs that return types with arguments of type Webhook Modifier and Type Method Description Collection<Webhook>WebhookNotifications. getOnFailure()Collection<Webhook>WebhookNotifications. getOnStart()Collection<Webhook>WebhookNotifications. getOnSuccess()Method parameters in com.databricks.sdk.service.jobs with type arguments of type Webhook Modifier and Type Method Description WebhookNotificationsWebhookNotifications. setOnFailure(Collection<Webhook> onFailure)WebhookNotificationsWebhookNotifications. setOnStart(Collection<Webhook> onStart)WebhookNotificationsWebhookNotifications. setOnSuccess(Collection<Webhook> onSuccess)
-