Uses of Class
com.oracle.bmc.batch.model.BatchTask.LifecycleState
-
Packages that use BatchTask.LifecycleState Package Description com.oracle.bmc.batch com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchTask.LifecycleState in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch with parameters of type BatchTask.LifecycleState Modifier and Type Method Description Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of BatchTask.LifecycleState in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTask.LifecycleState Modifier and Type Method Description static BatchTask.LifecycleStateBatchTask.LifecycleState. create(String key)BatchTask.LifecycleStateBatchTask. getLifecycleState()The current state of the batch task.BatchTask.LifecycleStateBatchTaskSummary. getLifecycleState()The current state of the batch task.static BatchTask.LifecycleStateBatchTask.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchTask.LifecycleState[]BatchTask.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.batch.model with parameters of type BatchTask.LifecycleState Modifier and Type Method Description ComputeTask.BuilderComputeTask.Builder. lifecycleState(BatchTask.LifecycleState lifecycleState)ComputeTaskSummary.BuilderComputeTaskSummary.Builder. lifecycleState(BatchTask.LifecycleState lifecycleState)Constructors in com.oracle.bmc.batch.model with parameters of type BatchTask.LifecycleState Constructor Description BatchTask(String id, String name, String description, BatchTask.LifecycleState lifecycleState, String lifecycleDetails, List<String> entitlementClaims, List<String> dependencies, List<EnvironmentVariable> environmentVariables)Deprecated.BatchTaskSummary(String id, String jobId, String name, String description, BatchTask.LifecycleState lifecycleState, String lifecycleDetails)Deprecated.ComputeTask(String id, String name, String description, BatchTask.LifecycleState lifecycleState, String lifecycleDetails, List<String> entitlementClaims, List<String> dependencies, List<EnvironmentVariable> environmentVariables, String batchTaskProfileId, List<String> command, List<String> arguments, FleetAssignmentPolicy fleetAssignmentPolicy, String batchTaskEnvironmentId)Deprecated.ComputeTaskSummary(String id, String jobId, String name, String description, BatchTask.LifecycleState lifecycleState, String lifecycleDetails)Deprecated. -
Uses of BatchTask.LifecycleState in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchTask.LifecycleState Modifier and Type Method Description BatchTask.LifecycleStateListBatchJobTasksRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.BatchTask.LifecycleStateListBatchTasksRequest. getLifecycleState()A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.batch.requests with parameters of type BatchTask.LifecycleState Modifier and Type Method Description ListBatchJobTasksRequest.BuilderListBatchJobTasksRequest.Builder. lifecycleState(BatchTask.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.ListBatchTasksRequest.BuilderListBatchTasksRequest.Builder. lifecycleState(BatchTask.LifecycleState lifecycleState)A filter to return only resources that match the given lifecycle state.
-