Uses of Class
com.databricks.sdk.service.jobs.TaskEmailNotifications
-
Packages that use TaskEmailNotifications Package Description com.databricks.sdk.service.jobs -
-
Uses of TaskEmailNotifications in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return TaskEmailNotifications Modifier and Type Method Description TaskEmailNotificationsTask. getEmailNotifications()TaskEmailNotificationsTaskEmailNotifications. setOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded)TaskEmailNotificationsTaskEmailNotifications. setOnFailure(Collection<String> onFailure)TaskEmailNotificationsTaskEmailNotifications. setOnStart(Collection<String> onStart)TaskEmailNotificationsTaskEmailNotifications. setOnSuccess(Collection<String> onSuccess)Methods in com.databricks.sdk.service.jobs with parameters of type TaskEmailNotifications Modifier and Type Method Description TaskTask. setEmailNotifications(TaskEmailNotifications emailNotifications)
-