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 the 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 |
JobSummary.getLifecycleState()
Current state of the specified job.
|
Job.LifecycleState |
Job.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 |
---|---|
JobSummary.Builder |
JobSummary.Builder.lifecycleState(Job.LifecycleState lifecycleState)
Current state of the specified job.
|
Job.Builder |
Job.Builder.lifecycleState(Job.LifecycleState lifecycleState)
Current state of the specified job.
|
Constructor and 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.
|
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.
|
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)
A filter that returns all resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.