Uses of Class
com.oracle.bmc.devops.model.DeployPipeline.LifecycleState
-
Packages that use DeployPipeline.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of DeployPipeline.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeployPipeline.LifecycleState Modifier and Type Method Description Waiter<GetDeployPipelineRequest,GetDeployPipelineResponse>
DevopsWaiters. forDeployPipeline(GetDeployPipelineRequest request, DeployPipeline.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeployPipelineRequest,GetDeployPipelineResponse>
DevopsWaiters. forDeployPipeline(GetDeployPipelineRequest request, DeployPipeline.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeployPipelineRequest,GetDeployPipelineResponse>
DevopsWaiters. forDeployPipeline(GetDeployPipelineRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeployPipeline.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DeployPipeline.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployPipeline.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.devops.model with parameters of type DeployPipeline.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.devops.model with parameters of type DeployPipeline.LifecycleState Constructor 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. -
Uses of DeployPipeline.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeployPipeline.LifecycleState Modifier and Type Method Description DeployPipeline.LifecycleState
ListDeployPipelinesRequest. getLifecycleState()
A filter to return only DeployPipelines that matches the given lifecycleState.Methods in com.oracle.bmc.devops.requests with parameters of type DeployPipeline.LifecycleState Modifier and Type Method Description ListDeployPipelinesRequest.Builder
ListDeployPipelinesRequest.Builder. lifecycleState(DeployPipeline.LifecycleState lifecycleState)
A filter to return only DeployPipelines that matches the given lifecycleState.
-