Package | Description |
---|---|
com.oracle.bmc.devops | |
com.oracle.bmc.devops.model | |
com.oracle.bmc.devops.requests |
Modifier and Type | Method and Description |
---|---|
static BuildPipelineStage.LifecycleState |
BuildPipelineStage.LifecycleState.create(String key) |
BuildPipelineStage.LifecycleState |
BuildPipelineStage.getLifecycleState()
The current state of the stage.
|
BuildPipelineStage.LifecycleState |
BuildPipelineStageSummary.getLifecycleState()
The current state of the stage.
|
static BuildPipelineStage.LifecycleState |
BuildPipelineStage.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildPipelineStage.LifecycleState[] |
BuildPipelineStage.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BuildPipelineStage(String id,
String displayName,
String description,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BuildPipelineStageSummary(String id,
String displayName,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
BuildStage(String id,
String displayName,
String description,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
BuildStage.Image image,
String buildSpecFile,
Integer stageExecutionTimeoutInSeconds,
BuildSourceCollection buildSourceCollection,
String primaryBuildSource,
BuildRunnerShapeConfig buildRunnerShapeConfig,
NetworkChannel privateAccessConfig)
Deprecated.
|
BuildStageSummary(String id,
String displayName,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
BuildStage.Image image,
String buildSpecFile,
Integer stageExecutionTimeoutInSeconds,
BuildSourceCollection buildSourceCollection,
String primaryBuildSource,
BuildRunnerShapeConfig buildRunnerShapeConfig,
NetworkChannel privateAccessConfig)
Deprecated.
|
DeliverArtifactStage(String id,
String displayName,
String description,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DeliverArtifactCollection deliverArtifactCollection)
Deprecated.
|
DeliverArtifactStageSummary(String id,
String displayName,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
DeliverArtifactCollection deliverArtifactCollection)
Deprecated.
|
TriggerDeploymentStage(String id,
String displayName,
String description,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String deployPipelineId,
Boolean isPassAllParametersEnabled)
Deprecated.
|
TriggerDeploymentStageSummary(String id,
String displayName,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String deployPipelineId,
Boolean isPassAllParametersEnabled)
Deprecated.
|
WaitStage(String id,
String displayName,
String description,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
WaitCriteria waitCriteria)
Deprecated.
|
WaitStageSummary(String id,
String displayName,
String projectId,
String buildPipelineId,
String compartmentId,
Date timeCreated,
Date timeUpdated,
BuildPipelineStage.LifecycleState lifecycleState,
String lifecycleDetails,
String description,
BuildPipelineStagePredecessorCollection buildPipelineStagePredecessorCollection,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
WaitCriteria waitCriteria)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BuildPipelineStage.LifecycleState |
ListBuildPipelineStagesRequest.getLifecycleState()
A filter to return the stages that matches the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListBuildPipelineStagesRequest.Builder |
ListBuildPipelineStagesRequest.Builder.lifecycleState(BuildPipelineStage.LifecycleState lifecycleState)
A filter to return the stages that matches the given lifecycle state.
|
Copyright © 2016–2023. All rights reserved.