Show / Hide Table of Contents

Class BuildMergeCheck

The status of the build pipelines.

Inheritance
object
MergeCheck
BuildMergeCheck
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 BuildMergeCheck : MergeCheck

Properties

BuildRunId

Declaration
[JsonProperty(PropertyName = "buildRunId")]
public string BuildRunId { get; set; }
Property Value
Type Description
string

The build run OCID.

BuildStatus

Declaration
[JsonProperty(PropertyName = "buildStatus")]
public string BuildStatus { get; set; }
Property Value
Type Description
string

The status of the build.

PipelineId

Declaration
[JsonProperty(PropertyName = "pipelineId")]
public string PipelineId { get; set; }
Property Value
Type Description
string

The pipeline OCID.

In this article
Back to top