Uses of Class
com.oracle.bmc.dataintegration.model.TaskRun.TaskType
-
Packages that use TaskRun.TaskType Package Description com.oracle.bmc.dataintegration.model -
-
Uses of TaskRun.TaskType in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return TaskRun.TaskType Modifier and Type Method Description static TaskRun.TaskType
TaskRun.TaskType. create(String key)
TaskRun.TaskType
TaskRun. getTaskType()
The type of task run.static TaskRun.TaskType
TaskRun.TaskType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskRun.TaskType[]
TaskRun.TaskType. 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.TaskType Modifier and Type Method Description TaskRun.Builder
TaskRun.Builder. taskType(TaskRun.TaskType taskType)
The type of task run.Constructors in com.oracle.bmc.dataintegration.model with parameters of type TaskRun.TaskType 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.
-