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 newWaiterusing the default configuration.Waiter<GetArtifactRequest,GetArtifactResponse>MarketplacePublisherWaiters. forArtifact(GetArtifactRequest request, Artifact.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetArtifactRequest,GetArtifactResponse>MarketplacePublisherWaiters. forArtifact(GetArtifactRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Artifact.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStateArtifact.LifecycleState. create(String key)Artifact.LifecycleStateArtifact. getLifecycleState()The current state for the Artifact.Artifact.LifecycleStateArtifactSummary. getLifecycleState()The current state for the Artifact.static Artifact.LifecycleStateArtifact.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.BuilderArtifactSummary.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)The current state for the Artifact.ContainerImageArtifact.BuilderContainerImageArtifact.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)KubernetesImageArtifact.BuilderKubernetesImageArtifact.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.LifecycleStateListArtifactsRequest. 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.BuilderListArtifactsRequest.Builder. lifecycleState(Artifact.LifecycleState lifecycleState)A filter to return only artifacts with their lifecycleState matches the given lifecycleState.
-