Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static JobStatus |
JobStatus.create(String key) |
JobStatus |
ActionGroupDetails.getStatus()
Status of the Job at Action Group Level.
|
JobStatus |
ActivityResourceTarget.getStatus()
Status of the Job at target Level.
|
JobStatus |
ExecutionSummary.getStatus()
Status of the Task.
|
JobStatus |
EntityExecutionDetails.getStatus()
Status of the Job at Resource Level.
|
JobStatus |
StepSummary.getStatus()
Status of the Task
|
JobStatus |
ResourceSummary.getStatus()
Status of the Job at Resource Level.
|
JobStatus |
JobActivity.getStatus()
Status of the Job at Action Group Level.
|
JobStatus |
Execution.getStatus()
Status of the Task
|
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ActionGroupDetails.Builder |
ActionGroupDetails.Builder.status(JobStatus status)
Status of the Job at Action Group Level.
|
ActivityResourceTarget.Builder |
ActivityResourceTarget.Builder.status(JobStatus status)
Status of the Job at target Level.
|
ExecutionSummary.Builder |
ExecutionSummary.Builder.status(JobStatus status)
Status of the Task.
|
EntityExecutionDetails.Builder |
EntityExecutionDetails.Builder.status(JobStatus status)
Status of the Job at Resource Level.
|
StepSummary.Builder |
StepSummary.Builder.status(JobStatus status)
Status of the Task
|
ResourceSummary.Builder |
ResourceSummary.Builder.status(JobStatus status)
Status of the Job at Resource Level.
|
JobActivity.Builder |
JobActivity.Builder.status(JobStatus status)
Status of the Job at Action Group Level.
|
Execution.Builder |
Execution.Builder.status(JobStatus status)
Status of the Task
|
Constructor and Description |
---|
ActionGroupDetails(String resourceId,
String name,
LifeCycleActionGroupType type,
String applicationType,
String product,
String lifecycleOperation,
String activityId,
JobStatus status,
Date timeStarted,
Date timeEnded,
String runbookId)
Deprecated.
|
ActivityResourceTarget(String targetName,
JobStatus status,
String description)
Deprecated.
|
EntityExecutionDetails(String resourceId,
String resourceDisplayName,
String description,
String sequence,
List<ActivityResourceTarget> targets,
JobStatus status,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Execution(String id,
String taskRecordId,
String stepName,
String processReferenceId,
String sequence,
List<String> subjects,
JobStatus status,
Outcome outcome,
String targetId,
Date timeStarted,
Date timeEnded,
Boolean isRollbackTask,
String description,
String resourceId,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExecutionSummary(String id,
String taskRecordId,
String stepName,
String processReferenceId,
String sequence,
JobStatus status,
String targetId,
Date timeStarted,
Date timeEnded,
Boolean isRollbackTask,
String description,
String resourceId,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
JobActivity(String id,
JobStatus status,
Date timeStarted,
Date timeEnded,
String runbookId,
String runbookName,
String description,
List<EntityExecutionDetails> resourceLevelExecutions)
Deprecated.
|
ResourceSummary(String resourceId,
String resourceDisplayName,
String description,
String sequence,
List<ActivityResourceTarget> targets,
JobStatus status,
Date timeStarted,
Date timeEnded)
Deprecated.
|
StepSummary(String taskRecordId,
String stepName,
String sequence,
JobStatus status,
Date timeStarted,
Date timeEnded,
Boolean isRollbackTask,
String description,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.