Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetBuildPipelineRequest,GetBuildPipelineResponse> |
DevopsWaiters.forBuildPipeline(GetBuildPipelineRequest request,
BuildPipeline.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetBuildPipelineRequest,GetBuildPipelineResponse> |
DevopsWaiters.forBuildPipeline(GetBuildPipelineRequest request,
BuildPipeline.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBuildPipelineRequest,GetBuildPipelineResponse> |
DevopsWaiters.forBuildPipeline(GetBuildPipelineRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
BuildPipeline.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static BuildPipeline.LifecycleState |
BuildPipeline.LifecycleState.create(String key) |
BuildPipeline.LifecycleState |
BuildPipeline.getLifecycleState()
The current state of the build pipeline.
|
BuildPipeline.LifecycleState |
BuildPipelineSummary.getLifecycleState()
The current state of the build pipeline.
|
static BuildPipeline.LifecycleState |
BuildPipeline.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildPipeline.LifecycleState[] |
BuildPipeline.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BuildPipeline.Builder |
BuildPipeline.Builder.lifecycleState(BuildPipeline.LifecycleState lifecycleState)
The current state of the build pipeline.
|
BuildPipelineSummary.Builder |
BuildPipelineSummary.Builder.lifecycleState(BuildPipeline.LifecycleState lifecycleState)
The current state of the build pipeline.
|
Constructor and Description |
---|
BuildPipeline(String id,
String description,
String displayName,
String compartmentId,
String projectId,
Date timeCreated,
Date timeUpdated,
BuildPipeline.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineParameterCollection buildPipelineParameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BuildPipelineSummary(String id,
String description,
String displayName,
String compartmentId,
String projectId,
Date timeCreated,
Date timeUpdated,
String lifecycleDetails,
BuildPipeline.LifecycleState lifecycleState,
BuildPipelineParameterCollection buildPipelineParameters,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BuildPipeline.LifecycleState |
ListBuildPipelinesRequest.getLifecycleState()
A filter to return only build pipelines that matches the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBuildPipelinesRequest.Builder |
ListBuildPipelinesRequest.Builder.lifecycleState(BuildPipeline.LifecycleState lifecycleState)
A filter to return only build pipelines that matches the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.