DeliverArtifact¶
-
class
oci.devops.models.
DeliverArtifact
(**kwargs)¶ Bases:
object
Artifact information that need to be pushed to the artifactory stores.
Methods
__init__
(**kwargs)Initializes a new DeliverArtifact object with values from keyword arguments. Attributes
artifact_id
[Required] Gets the artifact_id of this DeliverArtifact. artifact_name
[Required] Gets the artifact_name of this DeliverArtifact. -
__init__
(**kwargs)¶ Initializes a new DeliverArtifact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - artifact_name (str) – The value to assign to the artifact_name property of this DeliverArtifact.
- artifact_id (str) – The value to assign to the artifact_id property of this DeliverArtifact.
-
artifact_id
¶ [Required] Gets the artifact_id of this DeliverArtifact. Artifact identifier that contains the artifact definition.
Returns: The artifact_id of this DeliverArtifact. Return type: str
-
artifact_name
¶ [Required] Gets the artifact_name of this DeliverArtifact. Name of the artifact specified in the build_spec.yaml file.
Returns: The artifact_name of this DeliverArtifact. Return type: str
-