Uses of Class
com.databricks.sdk.service.jobs.WebhookNotifications
-
Packages that use WebhookNotifications Package Description com.databricks.sdk.service.jobs -
-
Uses of WebhookNotifications in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return WebhookNotifications Modifier and Type Method Description WebhookNotificationsCreateJob. getWebhookNotifications()WebhookNotificationsJobSettings. getWebhookNotifications()WebhookNotificationsSubmitRun. getWebhookNotifications()WebhookNotificationsWebhookNotifications. setOnDurationWarningThresholdExceeded(Collection<WebhookNotificationsOnDurationWarningThresholdExceededItem> onDurationWarningThresholdExceeded)WebhookNotificationsWebhookNotifications. setOnFailure(Collection<Webhook> onFailure)WebhookNotificationsWebhookNotifications. setOnStart(Collection<Webhook> onStart)WebhookNotificationsWebhookNotifications. setOnSuccess(Collection<Webhook> onSuccess)Methods in com.databricks.sdk.service.jobs with parameters of type WebhookNotifications Modifier and Type Method Description CreateJobCreateJob. setWebhookNotifications(WebhookNotifications webhookNotifications)JobSettingsJobSettings. setWebhookNotifications(WebhookNotifications webhookNotifications)SubmitRunSubmitRun. setWebhookNotifications(WebhookNotifications webhookNotifications)
-