Uses of Class
com.oracle.bmc.batch.model.BatchTaskExecutionDetails
-
Packages that use BatchTaskExecutionDetails Package Description com.oracle.bmc.batch.model -
-
Uses of BatchTaskExecutionDetails in com.oracle.bmc.batch.model
Subclasses of BatchTaskExecutionDetails in com.oracle.bmc.batch.model Modifier and Type Class Description classComputeTaskExecutionDetailsExecution details for a compute task.Methods in com.oracle.bmc.batch.model that return types with arguments of type BatchTaskExecutionDetails Modifier and Type Method Description List<BatchTaskExecutionDetails>ComputeTask. getMostRecentExecutionHistory()List of up to 30 most recent execution history entries, from newest to oldest.Method parameters in com.oracle.bmc.batch.model with type arguments of type BatchTaskExecutionDetails Modifier and Type Method Description ComputeTask.BuilderComputeTask.Builder. mostRecentExecutionHistory(List<BatchTaskExecutionDetails> mostRecentExecutionHistory)List of up to 30 most recent execution history entries, from newest to oldest.
-