Uses of Class
com.oracle.bmc.devops.model.DeployArtifact.LifecycleState
-
Packages that use DeployArtifact.LifecycleState Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model com.oracle.bmc.devops.requests -
-
Uses of DeployArtifact.LifecycleState in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type DeployArtifact.LifecycleState Modifier and Type Method Description Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse>
DevopsWaiters. forDeployArtifact(GetDeployArtifactRequest request, DeployArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse>
DevopsWaiters. forDeployArtifact(GetDeployArtifactRequest request, DeployArtifact.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDeployArtifactRequest,GetDeployArtifactResponse>
DevopsWaiters. forDeployArtifact(GetDeployArtifactRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DeployArtifact.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DeployArtifact.LifecycleState in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DeployArtifact.LifecycleState Modifier and Type Method Description static DeployArtifact.LifecycleState
DeployArtifact.LifecycleState. create(String key)
DeployArtifact.LifecycleState
DeployArtifact. getLifecycleState()
Current state of the deployment artifact.DeployArtifact.LifecycleState
DeployArtifactSummary. getLifecycleState()
Current state of the deployment artifact.static DeployArtifact.LifecycleState
DeployArtifact.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeployArtifact.LifecycleState[]
DeployArtifact.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 DeployArtifact.LifecycleState Modifier and Type Method Description DeployArtifact.Builder
DeployArtifact.Builder. lifecycleState(DeployArtifact.LifecycleState lifecycleState)
Current state of the deployment artifact.DeployArtifactSummary.Builder
DeployArtifactSummary.Builder. lifecycleState(DeployArtifact.LifecycleState lifecycleState)
Current state of the deployment artifact.Constructors in com.oracle.bmc.devops.model with parameters of type DeployArtifact.LifecycleState Constructor Description DeployArtifact(String id, String description, String displayName, String projectId, String compartmentId, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, DeployArtifactSource deployArtifactSource, Date timeCreated, Date timeUpdated, DeployArtifact.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DeployArtifactSummary(String id, String description, String displayName, String projectId, String compartmentId, DeployArtifact.DeployArtifactType deployArtifactType, DeployArtifactSource deployArtifactSource, DeployArtifact.ArgumentSubstitutionMode argumentSubstitutionMode, Date timeCreated, Date timeUpdated, DeployArtifact.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DeployArtifact.LifecycleState in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return DeployArtifact.LifecycleState Modifier and Type Method Description DeployArtifact.LifecycleState
ListDeployArtifactsRequest. getLifecycleState()
A filter to return only DeployArtifacts that matches the given lifecycleState.Methods in com.oracle.bmc.devops.requests with parameters of type DeployArtifact.LifecycleState Modifier and Type Method Description ListDeployArtifactsRequest.Builder
ListDeployArtifactsRequest.Builder. lifecycleState(DeployArtifact.LifecycleState lifecycleState)
A filter to return only DeployArtifacts that matches the given lifecycleState.
-