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 Taskstatic 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 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.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.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 TaskConstructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type JobStatus Constructor 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.
-