Show / Hide Table of Contents

Class StageOutput

Details of the generated artifact or report.

Inheritance
object
StageOutput
GenericArtifacts
TestReportOutput
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(StageOutputModelConverter))]
public class StageOutput

Properties

StepName

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

Name of stage step at which this output is generated.

Remarks

Required

In this article
Back to top