Show / Hide Table of Contents

Class GenericArtifacts

Details of artifact generated via pipeline run

Inheritance
object
StageOutput
GenericArtifacts
Inherited Members
StageOutput.StepName
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 GenericArtifacts : StageOutput

Properties

LocationDetails

Declaration
[Required(ErrorMessage = "LocationDetails is required.")]
[JsonProperty(PropertyName = "locationDetails")]
public GenericArtifactLocationDetails LocationDetails { get; set; }
Property Value
Type Description
GenericArtifactLocationDetails
Remarks

Required

Name

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

Name of artifact.

Remarks

Required

In this article
Back to top