Uses of Class
com.oracle.bmc.resourcemanager.model.Job.LifecycleState
-
Packages that use Job.LifecycleState Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.requests -
-
Uses of Job.LifecycleState in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type Job.LifecycleState Modifier and Type Method Description Waiter<GetJobRequest,GetJobResponse>
ResourceManagerWaiters. forJob(GetJobRequest request, Job.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJobRequest,GetJobResponse>
ResourceManagerWaiters. forJob(GetJobRequest request, Job.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJobRequest,GetJobResponse>
ResourceManagerWaiters. forJob(GetJobRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Job.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Job.LifecycleState in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return Job.LifecycleState Modifier and Type Method Description static Job.LifecycleState
Job.LifecycleState. create(String key)
Job.LifecycleState
Job. getLifecycleState()
Current state of the specified job.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.Methods in com.oracle.bmc.resourcemanager.model with parameters of type Job.LifecycleState Modifier and Type Method Description Job.Builder
Job.Builder. lifecycleState(Job.LifecycleState lifecycleState)
Current state of the specified job.JobSummary.Builder
JobSummary.Builder. lifecycleState(Job.LifecycleState lifecycleState)
Current state of the specified job.Constructors in com.oracle.bmc.resourcemanager.model with parameters of type Job.LifecycleState 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.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. -
Uses of Job.LifecycleState in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return Job.LifecycleState Modifier and Type Method Description Job.LifecycleState
ListJobsRequest. getLifecycleState()
A filter that returns all resources that match the specified lifecycle state.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type Job.LifecycleState Modifier and Type Method Description ListJobsRequest.Builder
ListJobsRequest.Builder. lifecycleState(Job.LifecycleState lifecycleState)
A filter that returns all resources that match the specified lifecycle state.
-