BuildOutputs

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

Bases: object

Outputs from the build.

Methods

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

Attributes

artifact_override_parameters Gets the artifact_override_parameters of this BuildOutputs.
delivered_artifacts Gets the delivered_artifacts of this BuildOutputs.
exported_variables Gets the exported_variables of this BuildOutputs.
vulnerability_audit_summary_collection Gets the vulnerability_audit_summary_collection of this BuildOutputs.
__init__(**kwargs)

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

Parameters:
artifact_override_parameters

Gets the artifact_override_parameters of this BuildOutputs.

Returns:The artifact_override_parameters of this BuildOutputs.
Return type:oci.devops.models.DeployArtifactOverrideArgumentCollection
delivered_artifacts

Gets the delivered_artifacts of this BuildOutputs.

Returns:The delivered_artifacts of this BuildOutputs.
Return type:oci.devops.models.DeliveredArtifactCollection
exported_variables

Gets the exported_variables of this BuildOutputs.

Returns:The exported_variables of this BuildOutputs.
Return type:oci.devops.models.ExportedVariableCollection
vulnerability_audit_summary_collection

Gets the vulnerability_audit_summary_collection of this BuildOutputs.

Returns:The vulnerability_audit_summary_collection of this BuildOutputs.
Return type:oci.devops.models.VulnerabilityAuditSummaryCollection