Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
ApplyJobPlanResolution |
ApplyJobPlanResolution.Builder.build() |
ApplyJobPlanResolution |
CreateJobDetails.getApplyJobPlanResolution() |
ApplyJobPlanResolution |
JobSummary.getApplyJobPlanResolution() |
ApplyJobPlanResolution |
Job.getApplyJobPlanResolution() |
Modifier and Type | Method and Description |
---|---|
CreateJobDetails.Builder |
CreateJobDetails.Builder.applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution) |
JobSummary.Builder |
JobSummary.Builder.applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution) |
Job.Builder |
Job.Builder.applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution) |
ApplyJobPlanResolution.Builder |
ApplyJobPlanResolution.Builder.copy(ApplyJobPlanResolution o) |
Constructor and Description |
---|
CreateJobDetails(String stackId,
String displayName,
Job.Operation operation,
CreateJobOperationDetails jobOperationDetails,
ApplyJobPlanResolution applyJobPlanResolution,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Job(String id,
String stackId,
String compartmentId,
String displayName,
Job.Operation operation,
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.
|
JobSummary(String id,
String stackId,
String compartmentId,
String displayName,
Job.Operation operation,
JobOperationDetailsSummary jobOperationDetails,
ApplyJobPlanResolution applyJobPlanResolution,
String resolvedPlanJobId,
Date timeCreated,
Date timeFinished,
Job.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.