Uses of Class
com.oracle.bmc.devops.model.DeployEnvironment.LifecycleState
-
Packages that use DeployEnvironment.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of DeployEnvironment.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeployEnvironment.LifecycleState Modifier and Type Method Description Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse>
DevopsWaiters. forDeployEnvironment(GetDeployEnvironmentRequest request, DeployEnvironment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse>
DevopsWaiters. forDeployEnvironment(GetDeployEnvironmentRequest request, DeployEnvironment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeployEnvironmentRequest,GetDeployEnvironmentResponse>
DevopsWaiters. forDeployEnvironment(GetDeployEnvironmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeployEnvironment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DeployEnvironment.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployEnvironment.LifecycleState Modifier and Type Method Description static DeployEnvironment.LifecycleState
DeployEnvironment.LifecycleState. create(String key)
DeployEnvironment.LifecycleState
DeployEnvironment. getLifecycleState()
The current state of the deployment environment.DeployEnvironment.LifecycleState
DeployEnvironmentSummary. getLifecycleState()
The current state of the deployment environment.static DeployEnvironment.LifecycleState
DeployEnvironment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployEnvironment.LifecycleState[]
DeployEnvironment.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 DeployEnvironment.LifecycleState Constructor Description ComputeInstanceGroupDeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)
Deprecated.ComputeInstanceGroupDeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ComputeInstanceGroupSelectorCollection computeInstanceGroupSelectors)
Deprecated.DeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.FunctionDeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String functionId)
Deprecated.FunctionDeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String functionId)
Deprecated.OkeClusterDeployEnvironment(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String clusterId, NetworkChannel networkChannel)
Deprecated.OkeClusterDeployEnvironmentSummary(String id, String description, String displayName, String projectId, String compartmentId, Date timeCreated, Date timeUpdated, DeployEnvironment.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String clusterId, NetworkChannel networkChannel)
Deprecated. -
Uses of DeployEnvironment.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeployEnvironment.LifecycleState Modifier and Type Method Description DeployEnvironment.LifecycleState
ListDeployEnvironmentsRequest. getLifecycleState()
A filter to return only DeployEnvironments that matches the given lifecycleState.Methods in com.oracle.bmc.devops.requests with parameters of type DeployEnvironment.LifecycleState Modifier and Type Method Description ListDeployEnvironmentsRequest.Builder
ListDeployEnvironmentsRequest.Builder. lifecycleState(DeployEnvironment.LifecycleState lifecycleState)
A filter to return only DeployEnvironments that matches the given lifecycleState.
-