Uses of Class
com.databricks.sdk.service.jobs.BaseRun
-
Packages that use BaseRun Package Description com.databricks.sdk.service.jobs -
-
Uses of BaseRun in com.databricks.sdk.service.jobs
Methods in com.databricks.sdk.service.jobs that return types with arguments of type BaseRun Modifier and Type Method Description Collection<BaseRun>ListRunsResponse. getRuns()Iterable<BaseRun>JobsAPI. listRuns(ListRunsRequest request)List job runs.Method parameters in com.databricks.sdk.service.jobs with type arguments of type BaseRun Modifier and Type Method Description ListRunsResponseListRunsResponse. setRuns(Collection<BaseRun> runs)
-