Uses of Class
com.oracle.bmc.devops.model.DeliveredArtifact
-
Packages that use DeliveredArtifact Package Description com.oracle.bmc.devops.model -
-
Uses of DeliveredArtifact in com.oracle.bmc.devops.model
Subclasses of DeliveredArtifact in com.oracle.bmc.devops.model Modifier and Type Class Description class
ContainerRegistryDeliveredArtifact
Details of the container registry artifacts delivered through the Deliver Artifacts stage.class
GenericDeliveredArtifact
Details of the generic artifacts delivered through the Deliver Artifacts stage.Methods in com.oracle.bmc.devops.model that return types with arguments of type DeliveredArtifact Modifier and Type Method Description List<DeliveredArtifact>
DeliveredArtifactCollection. getItems()
List of artifacts delivered through the Deliver Artifacts stage.Method parameters in com.oracle.bmc.devops.model with type arguments of type DeliveredArtifact Modifier and Type Method Description DeliveredArtifactCollection.Builder
DeliveredArtifactCollection.Builder. items(List<DeliveredArtifact> items)
List of artifacts delivered through the Deliver Artifacts stage.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DeliveredArtifact Constructor Description DeliveredArtifactCollection(List<DeliveredArtifact> items)
Deprecated.
-