Uses of Class
com.oracle.bmc.resourcemanager.model.JobOperationDetails
-
Packages that use JobOperationDetails Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of JobOperationDetails in com.oracle.bmc.resourcemanager.model
Subclasses of JobOperationDetails in com.oracle.bmc.resourcemanager.model Modifier and Type Class Description class
ApplyJobOperationDetails
Job details that are specific to apply operations.class
ApplyRollbackJobOperationDetails
Job details that are specific to an apply rollback job.class
DestroyJobOperationDetails
Job details that are specific to destroy operations.class
ImportTfStateJobOperationDetails
Job details that are specific to import Terraform state operations.class
PlanJobOperationDetails
Job details that are specific to plan operations.class
PlanRollbackJobOperationDetails
Job details that are specific to a plan rollback job.Methods in com.oracle.bmc.resourcemanager.model that return JobOperationDetails Modifier and Type Method Description JobOperationDetails
Job. getJobOperationDetails()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type JobOperationDetails Modifier and Type Method Description Job.Builder
Job.Builder. jobOperationDetails(JobOperationDetails jobOperationDetails)
Constructors in com.oracle.bmc.resourcemanager.model with parameters of type JobOperationDetails Constructor Description Job(String id, String stackId, String compartmentId, String displayName, Job.Operation operation, Boolean isThirdPartyProviderExperienceEnabled, Boolean isProviderUpgradeRequired, JobOperationDetails jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, String resolvedPlanJobId, Date timeCreated, Date timeFinished, Job.LifecycleState lifecycleState, FailureDetails failureDetails, CancellationDetails cancellationDetails, String workingDirectory, Map<String,String> variables, ConfigSourceRecord configSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-