Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPipelineRequest,GetPipelineResponse> |
DataScienceWaiters.forPipeline(GetPipelineRequest request,
PipelineLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPipelineRequest,GetPipelineResponse> |
DataScienceWaiters.forPipeline(GetPipelineRequest request,
PipelineLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPipelineRequest,GetPipelineResponse> |
DataScienceWaiters.forPipeline(GetPipelineRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PipelineLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PipelineLifecycleState |
PipelineLifecycleState.create(String key) |
PipelineLifecycleState |
Pipeline.getLifecycleState()
The current state of the pipeline.
|
PipelineLifecycleState |
PipelineSummary.getLifecycleState()
The state of the pipeline.
|
static PipelineLifecycleState |
PipelineLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineLifecycleState[] |
PipelineLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pipeline.Builder |
Pipeline.Builder.lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the pipeline.
|
PipelineSummary.Builder |
PipelineSummary.Builder.lifecycleState(PipelineLifecycleState lifecycleState)
The state of the pipeline.
|
Constructor and Description |
---|
Pipeline(String id,
Date timeCreated,
Date timeUpdated,
String createdBy,
String projectId,
String compartmentId,
String displayName,
String description,
PipelineConfigurationDetails configurationDetails,
PipelineLogConfigurationDetails logConfigurationDetails,
PipelineInfrastructureConfigurationDetails infrastructureConfigurationDetails,
List<PipelineStepDetails> stepDetails,
PipelineLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PipelineSummary(String id,
Date timeCreated,
Date timeUpdated,
String createdBy,
String projectId,
String compartmentId,
String displayName,
PipelineLifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PipelineLifecycleState |
ListPipelinesRequest.getLifecycleState()
The current state of the Pipeline.
|
Modifier and Type | Method and Description |
---|---|
ListPipelinesRequest.Builder |
ListPipelinesRequest.Builder.lifecycleState(PipelineLifecycleState lifecycleState)
The current state of the Pipeline.
|
Copyright © 2016–2024. All rights reserved.