DeliverArtifactCollection¶
-
class
oci.devops.models.
DeliverArtifactCollection
(**kwargs)¶ Bases:
object
Specifies an array of artifacts that need to be pushed to the artifactory stores.
Methods
__init__
(**kwargs)Initializes a new DeliverArtifactCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DeliverArtifactCollection. -
__init__
(**kwargs)¶ Initializes a new DeliverArtifactCollection 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.DeliverArtifact]) – The value to assign to the items property of this DeliverArtifactCollection.
-
items
¶ [Required] Gets the items of this DeliverArtifactCollection. Collection of artifacts that were generated in the Build stage and need to be pushed to the artifactory stores. In case of UPDATE operation, replaces existing artifacts list. Merging with existing artifacts is not supported.
Returns: The items of this DeliverArtifactCollection. Return type: list[oci.devops.models.DeliverArtifact]
-