Package | Description |
---|---|
com.oracle.bmc.datascience | |
com.oracle.bmc.datascience.model | |
com.oracle.bmc.datascience.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPipelineRunRequest,GetPipelineRunResponse> |
DataScienceWaiters.forPipelineRun(GetPipelineRunRequest request,
PipelineRunLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPipelineRunRequest,GetPipelineRunResponse> |
DataScienceWaiters.forPipelineRun(GetPipelineRunRequest request,
PipelineRunLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPipelineRunRequest,GetPipelineRunResponse> |
DataScienceWaiters.forPipelineRun(GetPipelineRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PipelineRunLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static PipelineRunLifecycleState |
PipelineRunLifecycleState.create(String key) |
PipelineRunLifecycleState |
PipelineRun.getLifecycleState()
The current state of the pipeline run.
|
PipelineRunLifecycleState |
PipelineRunSummary.getLifecycleState()
The state of the pipeline run.
|
static PipelineRunLifecycleState |
PipelineRunLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineRunLifecycleState[] |
PipelineRunLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PipelineRun.Builder |
PipelineRun.Builder.lifecycleState(PipelineRunLifecycleState lifecycleState)
The current state of the pipeline run.
|
PipelineRunSummary.Builder |
PipelineRunSummary.Builder.lifecycleState(PipelineRunLifecycleState lifecycleState)
The state of the pipeline run.
|
Constructor and Description |
---|
PipelineRun(String id,
Date timeAccepted,
Date timeStarted,
Date timeUpdated,
Date timeFinished,
String createdBy,
String projectId,
String compartmentId,
String pipelineId,
String displayName,
PipelineConfigurationDetails configurationDetails,
PipelineConfigurationDetails configurationOverrideDetails,
PipelineLogConfigurationDetails logConfigurationOverrideDetails,
List<PipelineStepOverrideDetails> stepOverrideDetails,
PipelineRunLogDetails logDetails,
List<PipelineStepRun> stepRuns,
PipelineRunLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
PipelineRunSummary(String id,
Date timeAccepted,
Date timeStarted,
Date timeFinished,
Date timeUpdated,
String createdBy,
String projectId,
String compartmentId,
String pipelineId,
String displayName,
PipelineRunLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PipelineRunLifecycleState |
ListPipelineRunsRequest.getLifecycleState()
The current state of the PipelineRun.
|
Modifier and Type | Method and Description |
---|---|
ListPipelineRunsRequest.Builder |
ListPipelineRunsRequest.Builder.lifecycleState(PipelineRunLifecycleState lifecycleState)
The current state of the PipelineRun.
|
Copyright © 2016–2024. All rights reserved.