Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static ScheduledTask.TaskStatus |
ScheduledTask.TaskStatus.create(String key) |
ScheduledTask.TaskStatus |
ScheduledTask.getTaskStatus()
Status of the scheduled task.
|
static ScheduledTask.TaskStatus |
ScheduledTask.TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTask.TaskStatus[] |
ScheduledTask.TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StandardTask.Builder |
StandardTask.Builder.taskStatus(ScheduledTask.TaskStatus taskStatus) |
Constructor and Description |
---|
ScheduledTask(String id,
String displayName,
TaskType taskType,
List<Schedule> schedules,
Action action,
ScheduledTask.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeOfNextExecution,
ScheduledTask.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
StandardTask(String id,
String displayName,
TaskType taskType,
List<Schedule> schedules,
Action action,
ScheduledTask.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Date timeOfNextExecution,
ScheduledTask.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
StandardTask.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.