Show / Hide Table of Contents

Class DeliveredArtifact

Details of the artifacts delivered through the Deliver Artifacts stage.

Inheritance
object
DeliveredArtifact
ContainerRegistryDeliveredArtifact
GenericDeliveredArtifact
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
[JsonConverter(typeof(DeliveredArtifactModelConverter))]
public class DeliveredArtifact

Properties

DeployArtifactId

Declaration
[Required(ErrorMessage = "DeployArtifactId is required.")]
[JsonProperty(PropertyName = "deployArtifactId")]
public string DeployArtifactId { get; set; }
Property Value
Type Description
string

The OCID of the deployment artifact definition.

Remarks

Required

OutputArtifactName

Declaration
[Required(ErrorMessage = "OutputArtifactName is required.")]
[JsonProperty(PropertyName = "outputArtifactName")]
public string OutputArtifactName { get; set; }
Property Value
Type Description
string

Name of the output artifact defined in the build specification file.

Remarks

Required

In this article
Back to top