| Package | Description |
|---|---|
| com.databricks.sdk.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
RepairHistoryItem |
RepairHistoryItem.setEndTime(Long endTime) |
RepairHistoryItem |
RepairHistoryItem.setId(Long id) |
RepairHistoryItem |
RepairHistoryItem.setStartTime(Long startTime) |
RepairHistoryItem |
RepairHistoryItem.setState(RunState state) |
RepairHistoryItem |
RepairHistoryItem.setTaskRunIds(Collection<Long> taskRunIds) |
RepairHistoryItem |
RepairHistoryItem.setType(RepairHistoryItemType typeValue) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RepairHistoryItem> |
BaseRun.getRepairHistory() |
Collection<RepairHistoryItem> |
Run.getRepairHistory() |
| Modifier and Type | Method and Description |
|---|---|
BaseRun |
BaseRun.setRepairHistory(Collection<RepairHistoryItem> repairHistory) |
Run |
Run.setRepairHistory(Collection<RepairHistoryItem> repairHistory) |
Copyright © 2024. All rights reserved.