Uses of Class
com.databricks.sdk.service.jobs.JobWebhookNotifications
-
Packages that use JobWebhookNotifications Package Description com.databricks.sdk.service.jobs -
-
Uses of JobWebhookNotifications in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return JobWebhookNotifications Modifier and Type Method Description JobWebhookNotificationsCreateJob. getWebhookNotifications()JobWebhookNotificationsJobSettings. getWebhookNotifications()JobWebhookNotificationsSubmitRun. getWebhookNotifications()JobWebhookNotificationsJobWebhookNotifications. setOnFailure(Collection<JobWebhookNotificationsOnFailureItem> onFailure)JobWebhookNotificationsJobWebhookNotifications. setOnStart(Collection<JobWebhookNotificationsOnStartItem> onStart)JobWebhookNotificationsJobWebhookNotifications. setOnSuccess(Collection<JobWebhookNotificationsOnSuccessItem> onSuccess)Methods in com.databricks.sdk.service.jobs with parameters of type JobWebhookNotifications Modifier and Type Method Description CreateJobCreateJob. setWebhookNotifications(JobWebhookNotifications webhookNotifications)JobSettingsJobSettings. setWebhookNotifications(JobWebhookNotifications webhookNotifications)SubmitRunSubmitRun. setWebhookNotifications(JobWebhookNotifications webhookNotifications)
-