Uses of Class
com.oracle.bmc.marketplacepublisher.model.Artifact.Status
-
Packages that use Artifact.Status Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of Artifact.Status in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Artifact.Status Modifier and Type Method Description static Artifact.Status
Artifact.Status. create(String key)
Artifact.Status
Artifact. getStatus()
The current status for the Artifact.Artifact.Status
ArtifactSummary. getStatus()
The current status for the Artifact.static Artifact.Status
Artifact.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Artifact.Status[]
Artifact.Status. 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.Status Modifier and Type Method Description ArtifactSummary.Builder
ArtifactSummary.Builder. status(Artifact.Status status)
The current status for the Artifact.ContainerImageArtifact.Builder
ContainerImageArtifact.Builder. status(Artifact.Status status)
KubernetesImageArtifact.Builder
KubernetesImageArtifact.Builder. status(Artifact.Status status)
Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Artifact.Status 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.Status in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return Artifact.Status Modifier and Type Method Description Artifact.Status
ListArtifactsRequest. getStatus()
A filter to return only artifacts with specific status.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type Artifact.Status Modifier and Type Method Description ListArtifactsRequest.Builder
ListArtifactsRequest.Builder. status(Artifact.Status status)
A filter to return only artifacts with specific status.
-