Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
Iterable<JobExecutionSummary> |
DataCatalogPaginators.listJobExecutionsRecordIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over the
JobExecutionSummary objects contained in responses from the
listJobExecutions operation. |
Modifier and Type | Method and Description |
---|---|
JobExecutionSummary |
JobExecutionSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<JobExecutionSummary> |
JobSummary.getExecutions()
Array of the executions summary associated with this job.
|
List<JobExecutionSummary> |
JobExecutionCollection.getItems()
Collection of job executions.
|
Modifier and Type | Method and Description |
---|---|
JobExecutionSummary.Builder |
JobExecutionSummary.Builder.copy(JobExecutionSummary model) |
Modifier and Type | Method and Description |
---|---|
JobSummary.Builder |
JobSummary.Builder.executions(List<JobExecutionSummary> executions)
Array of the executions summary associated with this job.
|
JobExecutionCollection.Builder |
JobExecutionCollection.Builder.items(List<JobExecutionSummary> items)
Collection of job executions.
|
Constructor and Description |
---|
JobExecutionCollection(Integer count,
List<JobExecutionSummary> items)
Deprecated.
|
JobSummary(String key,
String uri,
String displayName,
String catalogId,
String jobDefinitionKey,
JobLifecycleState lifecycleState,
JobType jobType,
String scheduleType,
String description,
Date timeCreated,
Date timeUpdated,
String createdById,
String updatedById,
String scheduleCronExpression,
Date timeScheduleBegin,
Integer executionCount,
Date timeOfLatestExecution,
String jobDefinitionName,
String dataAssetKey,
String glossaryKey,
String errorCode,
String errorMessage,
List<JobExecutionSummary> executions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.