DeliveredArtifactCollection

class oci.devops.models.DeliveredArtifactCollection(**kwargs)

Bases: object

Specifies the list of artifacts delivered through the Deliver Artifacts stage.

Methods

__init__(**kwargs) Initializes a new DeliveredArtifactCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this DeliveredArtifactCollection.
__init__(**kwargs)

Initializes a new DeliveredArtifactCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.devops.models.DeliveredArtifact]) – The value to assign to the items property of this DeliveredArtifactCollection.
items

[Required] Gets the items of this DeliveredArtifactCollection. List of artifacts delivered through the Deliver Artifacts stage.

Returns:The items of this DeliveredArtifactCollection.
Return type:list[oci.devops.models.DeliveredArtifact]