Uses of Class
com.oracle.bmc.fleetappsmanagement.model.JobStatus
-
Packages that use JobStatus Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of JobStatus in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return JobStatus Modifier and Type Method 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
EntityExecutionDetails. getStatus()
Status of the Job at Resource Level.JobStatus
Execution. getStatus()
Status of the TaskJobStatus
ExecutionSummary. getStatus()
Status of the Task.JobStatus
JobActivity. getStatus()
Status of the Job at Action Group Level.JobStatus
ResourceSummary. getStatus()
Status of the Job at Resource Level.JobStatus
StepSummary. 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.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type JobStatus Modifier and Type Method Description ActivityResourceTarget.Builder
ActivityResourceTarget.Builder. status(JobStatus status)
Status of the Job at target Level.EntityExecutionDetails.Builder
EntityExecutionDetails.Builder. status(JobStatus status)
Status of the Job at Resource Level.Execution.Builder
Execution.Builder. status(JobStatus status)
Status of the TaskExecutionSummary.Builder
ExecutionSummary.Builder. status(JobStatus status)
Status of the Task.FleetBasedActionGroupDetails.Builder
FleetBasedActionGroupDetails.Builder. status(JobStatus status)
JobActivity.Builder
JobActivity.Builder. status(JobStatus status)
Status of the Job at Action Group Level.ResourceSummary.Builder
ResourceSummary.Builder. status(JobStatus status)
Status of the Job at Resource Level.StepSummary.Builder
StepSummary.Builder. status(JobStatus status)
Status of the Task.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type JobStatus Constructor Description ActionGroupDetails(String displayName, String product, String lifecycleOperation, String activityId, JobStatus status, Date timeStarted, Date timeEnded)
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, Boolean isRetryExceeded, 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, Boolean isRetryExceeded, Map<String,Map<String,Object>> systemTags)
Deprecated.FleetBasedActionGroupDetails(String displayName, String product, String lifecycleOperation, String activityId, JobStatus status, Date timeStarted, Date timeEnded, String fleetId, Integer sequence, String runbookId, String runbookVersionName)
Deprecated.JobActivity(String id, JobStatus status, Date timeStarted, Date timeEnded, String runbookId, String runbookVersionName, 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.
-