Uses of Class
com.oracle.bmc.dataintegration.model.TaskRun.Status
-
Packages that use TaskRun.Status Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskRun.Status in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRun.Status Modifier and Type Method Description static TaskRun.Status
TaskRun.Status. create(String key)
TaskRun.Status
TaskRun. getStatus()
The status of the task run.static TaskRun.Status
TaskRun.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskRun.Status[]
TaskRun.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model with parameters of type TaskRun.Status Modifier and Type Method Description TaskRun.Builder
TaskRun.Builder. status(TaskRun.Status status)
The status of the task run.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskRun.Status Constructor Description TaskRun(String key, String modelType, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, ConfigProvider configProvider, TaskRun.Status status, Long startTimeMillis, Long endTimeMillis, Long lastUpdated, Long recordsWritten, Long bytesProcessed, String errorMessage, Double expectedDuration, TaskRun.ExpectedDurationUnit expectedDurationUnit, String taskKey, String externalId, Integer retryAttempt, TaskSchedule taskSchedule, Map<String,Float> metrics, Map<String,ParameterValue> outputs, List<String> executionErrors, List<String> terminationErrors, TaskRun.AuthMode authMode, String opcRequestId, Integer objectStatus, TaskRun.TaskType taskType, Boolean isLogProcessingInProgress, String identifier, ObjectMetadata metadata, Map<String,String> keyMap)
Deprecated.
-