Package | Description |
---|---|
com.oracle.bmc.resourcemanager.model |
Modifier and Type | Method and Description |
---|---|
static Job.Operation |
Job.Operation.create(String key) |
Job.Operation |
CreateJobDetails.getOperation()
Terraform-specific operation to execute.
|
Job.Operation |
Job.getOperation()
The type of job executing.
|
Job.Operation |
JobSummary.getOperation()
The type of job executing
|
static Job.Operation |
Job.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.Operation[] |
Job.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateJobDetails.Builder |
CreateJobDetails.Builder.operation(Job.Operation operation) |
Job.Builder |
Job.Builder.operation(Job.Operation operation) |
JobSummary.Builder |
JobSummary.Builder.operation(Job.Operation operation) |
Constructor and Description |
---|
CreateJobDetails(String stackId,
String displayName,
Job.Operation operation,
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,
ApplyJobPlanResolution applyJobPlanResolution,
String resolvedPlanJobId,
Date timeCreated,
Date timeFinished,
Job.LifecycleState lifecycleState,
FailureDetails failureDetails,
String workingDirectory,
Map<String,String> variables,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
JobSummary(String id,
String stackId,
String compartmentId,
String displayName,
Job.Operation operation,
ApplyJobPlanResolution applyJobPlanResolution,
String resolvedPlanJobId,
Date timeCreated,
Date timeFinished,
Job.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.