Uses of Class
com.databricks.sdk.service.jobs.RunIf
-
Packages that use RunIf Package Description com.databricks.sdk.service.jobs -
-
Uses of RunIf in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return RunIf Modifier and Type Method Description RunIfRunTask. getRunIf()RunIfTask. getRunIf()static RunIfRunIf. valueOf(String name)Returns the enum constant of this type with the specified name.static RunIf[]RunIf. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.jobs with parameters of type RunIf Modifier and Type Method Description RunTaskRunTask. setRunIf(RunIf runIf)TaskTask. setRunIf(RunIf runIf)
-