Show / Hide Table of Contents

Class TestReportOutput

Details of test report generated via pipeline run

Inheritance
object
StageOutput
TestReportOutput
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 TestReportOutput : StageOutput

Properties

Id

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

The OCID of the test report.

Remarks

Required

In this article
Back to top