public class JobsExt extends JobsAPI
| Constructor and Description |
|---|
JobsExt(ApiClient apiClient) |
JobsExt(JobsService mock) |
| Modifier and Type | Method and Description |
|---|---|
Run |
getRun(GetRunRequest request)
Wrap the
JobsApi.getRun operation to retrieve paginated content without breaking the
response contract. |
cancelAllRuns, cancelRun, cancelRun, create, delete, delete, deleteRun, deleteRun, exportRun, exportRun, get, get, getPermissionLevels, getPermissionLevels, getPermissions, getPermissions, getRun, getRunOutput, getRunOutput, impl, list, listRuns, repairRun, repairRun, reset, reset, runNow, runNow, setPermissions, setPermissions, submit, update, update, updatePermissions, updatePermissions, waitGetRunJobTerminatedOrSkipped, waitGetRunJobTerminatedOrSkippedpublic JobsExt(ApiClient apiClient)
public JobsExt(JobsService mock)
public Run getRun(GetRunRequest request)
JobsApi.getRun operation to retrieve paginated content without breaking the
response contract.
Depending on the Jobs API version used under the hood, tasks or iteration runs retrieved by
the initial request may be truncated due to high cardinalities. Truncation can happen for job
runs over 100 task runs, as well as ForEach task runs with over 100 iteration runs. To avoid
returning an incomplete Run object to the user, this method performs all the requests
required to collect all task/iteration runs into a single Run object.
Copyright © 2025. All rights reserved.