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