Uses of Class
com.oracle.bmc.marketplacepublisher.model.Artifact
-
Packages that use Artifact Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.responses -
-
Uses of Artifact in com.oracle.bmc.marketplacepublisher.model
Subclasses of Artifact in com.oracle.bmc.marketplacepublisher.model Modifier and Type Class Description class
ContainerImageArtifact
Container Image artifact details.class
KubernetesImageArtifact
Kubernetes HelmChart Image artifact details.class
MachineImageArtifact
Machine Image artifact details.class
StackArtifact
Stack artifact details. -
Uses of Artifact in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return Artifact Modifier and Type Method Description Artifact
GetArtifactResponse. getArtifact()
The returned Artifact instance.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type Artifact Modifier and Type Method Description GetArtifactResponse.Builder
GetArtifactResponse.Builder. artifact(Artifact artifact)
The returned Artifact instance.
-