Uses of Class
com.oracle.bmc.marketplacepublisher.model.Artifact.LifecycleState
-
Packages that use Artifact.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of Artifact.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Artifact.LifecycleState Modifier and Type Method Description Waiter<GetArtifactRequest,GetArtifactResponse>
MarketplacePublisherWaiters. forArtifact(GetArtifactRequest request, Artifact.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetArtifactRequest,GetArtifactResponse>
MarketplacePublisherWaiters. forArtifact(GetArtifactRequest request, Artifact.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetArtifactRequest,GetArtifactResponse>
MarketplacePublisherWaiters. forArtifact(GetArtifactRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Artifact.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Artifact.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Artifact.LifecycleState Modifier and Type Method Description static Artifact.LifecycleState
Artifact.LifecycleState. create(String key)
Artifact.LifecycleState
Artifact. getLifecycleState()
The current state for the Artifact.Artifact.LifecycleState
ArtifactSummary. getLifecycleState()
The current state for the Artifact.static Artifact.LifecycleState
Artifact.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Artifact.LifecycleState[]
Artifact.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Artifact.LifecycleState Modifier and Type Method Description ArtifactSummary.Builder
ArtifactSummary.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)
The current state for the Artifact.ContainerImageArtifact.Builder
ContainerImageArtifact.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)
KubernetesImageArtifact.Builder
KubernetesImageArtifact.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Artifact.LifecycleState Constructor Description Artifact(String id, String displayName, Artifact.Status status, String statusNotes, Artifact.LifecycleState lifecycleState, Date timeCreated, String compartmentId, String publisherId, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ArtifactSummary(String id, String compartmentId, String displayName, ArtifactTypeEnum artifactType, Artifact.LifecycleState lifecycleState, Artifact.Status status, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ContainerImageArtifact(String id, String displayName, Artifact.Status status, String statusNotes, Artifact.LifecycleState lifecycleState, Date timeCreated, String compartmentId, String publisherId, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ContainerImageDetails containerImage)
Deprecated.KubernetesImageArtifact(String id, String displayName, Artifact.Status status, String statusNotes, Artifact.LifecycleState lifecycleState, Date timeCreated, String compartmentId, String publisherId, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, HelmChartImageDetails helmChart, List<String> containerImageArtifactIds)
Deprecated. -
Uses of Artifact.LifecycleState in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return Artifact.LifecycleState Modifier and Type Method Description Artifact.LifecycleState
ListArtifactsRequest. getLifecycleState()
A filter to return only artifacts with their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type Artifact.LifecycleState Modifier and Type Method Description ListArtifactsRequest.Builder
ListArtifactsRequest.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)
A filter to return only artifacts with their lifecycleState matches the given lifecycleState.
-