Uses of Class
com.oracle.bmc.datacatalog.model.JobExecutionSummary
-
Packages that use JobExecutionSummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of JobExecutionSummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type JobExecutionSummary Modifier and Type Method Description Iterable<JobExecutionSummary>
DataCatalogPaginators. listJobExecutionsRecordIterator(ListJobExecutionsRequest request)
Creates a new iterable which will iterate over theJobExecutionSummary
objects contained in responses from the listJobExecutions operation. -
Uses of JobExecutionSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return JobExecutionSummary Modifier and Type Method Description JobExecutionSummary
JobExecutionSummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type JobExecutionSummary Modifier and Type Method Description List<JobExecutionSummary>
JobSummary. getExecutions()
Array of the executions summary associated with this job.List<JobExecutionSummary>
JobExecutionCollection. getItems()
Collection of job executions.Methods in com.oracle.bmc.datacatalog.model with parameters of type JobExecutionSummary Modifier and Type Method Description JobExecutionSummary.Builder
JobExecutionSummary.Builder. copy(JobExecutionSummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type JobExecutionSummary Modifier and Type Method 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 parameters in com.oracle.bmc.datacatalog.model with type arguments of type JobExecutionSummary Constructor 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.
-