Class BuildMergeCheck
The status of the build pipelines.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BuildMergeCheck : MergeCheckProperties
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. |