Uses of Class
com.databricks.sdk.service.jobs.JobEmailNotifications
-
Packages that use JobEmailNotifications Package Description com.databricks.sdk.service.jobs -
-
Uses of JobEmailNotifications in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return JobEmailNotifications Modifier and Type Method Description JobEmailNotificationsCreateJob. getEmailNotifications()JobEmailNotificationsJobSettings. getEmailNotifications()JobEmailNotificationsSubmitRun. getEmailNotifications()JobEmailNotificationsSubmitTask. getEmailNotifications()JobEmailNotificationsJobEmailNotifications. setNoAlertForSkippedRuns(Boolean noAlertForSkippedRuns)JobEmailNotificationsJobEmailNotifications. setOnDurationWarningThresholdExceeded(Collection<String> onDurationWarningThresholdExceeded)JobEmailNotificationsJobEmailNotifications. setOnFailure(Collection<String> onFailure)JobEmailNotificationsJobEmailNotifications. setOnStart(Collection<String> onStart)JobEmailNotificationsJobEmailNotifications. setOnSuccess(Collection<String> onSuccess)Methods in com.databricks.sdk.service.jobs with parameters of type JobEmailNotifications Modifier and Type Method Description CreateJobCreateJob. setEmailNotifications(JobEmailNotifications emailNotifications)JobSettingsJobSettings. setEmailNotifications(JobEmailNotifications emailNotifications)SubmitRunSubmitRun. setEmailNotifications(JobEmailNotifications emailNotifications)SubmitTaskSubmitTask. setEmailNotifications(JobEmailNotifications emailNotifications)
-