Uses of Class
com.databricks.sdk.service.jobs.RunTask
-
Packages that use RunTask Package Description com.databricks.sdk.service.jobs -
-
Uses of RunTask in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return types with arguments of type RunTask Modifier and Type Method Description Collection<RunTask>BaseRun. getTasks()Collection<RunTask>Run. getTasks()Method parameters in com.databricks.sdk.service.jobs with type arguments of type RunTask Modifier and Type Method Description BaseRunBaseRun. setTasks(Collection<RunTask> tasks)RunRun. setTasks(Collection<RunTask> tasks)
-