Uses of Class
com.oracle.bmc.devops.model.BuildPipelineStage.LifecycleState
-
Packages that use BuildPipelineStage.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of BuildPipelineStage.LifecycleState in com.oracle.bmc.devops
-
Uses of BuildPipelineStage.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return BuildPipelineStage.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.devops.model with parameters of type BuildPipelineStage.LifecycleState Constructor 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. -
Uses of BuildPipelineStage.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return BuildPipelineStage.LifecycleState Modifier and Type Method Description BuildPipelineStage.LifecycleState
ListBuildPipelineStagesRequest. getLifecycleState()
A filter to return the stages that matches the given lifecycle state.Methods in com.oracle.bmc.devops.requests with parameters of type BuildPipelineStage.LifecycleState Modifier and Type Method Description ListBuildPipelineStagesRequest.Builder
ListBuildPipelineStagesRequest.Builder. lifecycleState(BuildPipelineStage.LifecycleState lifecycleState)
A filter to return the stages that matches the given lifecycle state.
-