Package | Description |
---|---|
com.oracle.bmc.resourcemanager | |
com.oracle.bmc.resourcemanager.model | |
com.oracle.bmc.resourcemanager.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
Job.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
Job.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetJobRequest,GetJobResponse> |
ResourceManagerWaiters.forJob(GetJobRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Job.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Job.LifecycleState |
Job.LifecycleState.create(String key) |
Job.LifecycleState |
Job.getLifecycleState() |
Job.LifecycleState |
JobSummary.getLifecycleState()
Current state of the specified job.
|
static Job.LifecycleState |
Job.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.LifecycleState[] |
Job.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.lifecycleState(Job.LifecycleState lifecycleState) |
JobSummary.Builder |
JobSummary.Builder.lifecycleState(Job.LifecycleState lifecycleState) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Job.LifecycleState |
ListJobsRequest.getLifecycleState()
A filter that returns all resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListJobsRequest.Builder |
ListJobsRequest.Builder.lifecycleState(Job.LifecycleState lifecycleState) |
Copyright © 2016–2019. All rights reserved.