Show / Hide Table of Contents

Class BuildOutputs

Outputs from the build.

Inheritance
object
BuildOutputs
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
public class BuildOutputs

Properties

ArtifactOverrideParameters

Declaration
[JsonProperty(PropertyName = "artifactOverrideParameters")]
public DeployArtifactOverrideArgumentCollection ArtifactOverrideParameters { get; set; }
Property Value
Type Description
DeployArtifactOverrideArgumentCollection

DeliveredArtifacts

Declaration
[JsonProperty(PropertyName = "deliveredArtifacts")]
public DeliveredArtifactCollection DeliveredArtifacts { get; set; }
Property Value
Type Description
DeliveredArtifactCollection

ExportedVariables

Declaration
[JsonProperty(PropertyName = "exportedVariables")]
public ExportedVariableCollection ExportedVariables { get; set; }
Property Value
Type Description
ExportedVariableCollection

VulnerabilityAuditSummaryCollection

Declaration
[JsonProperty(PropertyName = "vulnerabilityAuditSummaryCollection")]
public VulnerabilityAuditSummaryCollection VulnerabilityAuditSummaryCollection { get; set; }
Property Value
Type Description
VulnerabilityAuditSummaryCollection
In this article
Back to top