Show / Hide Table of Contents

Class VerifyStage

A verify stage will run a build pipeline in a branch.

Inheritance
object
RemediationRunStage
VerifyStage
Inherited Members
RemediationRunStage.Status
RemediationRunStage.TimeCreated
RemediationRunStage.TimeStarted
RemediationRunStage.TimeFinished
RemediationRunStage.Summary
RemediationRunStage.RemediationRunId
RemediationRunStage.PreviousStageType
RemediationRunStage.NextStageType
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class VerifyStage : RemediationRunStage

Properties

PipelineProperties

Declaration
[JsonProperty(PropertyName = "pipelineProperties")]
public PipelineProperties PipelineProperties { get; set; }
Property Value
Type Description
PipelineProperties

PullRequestProperties

Declaration
[JsonProperty(PropertyName = "pullRequestProperties")]
public PullRequestProperties PullRequestProperties { get; set; }
Property Value
Type Description
PullRequestProperties
In this article
Back to top