Show / Hide Table of Contents

Class ApplyStage

An apply stage merges the changes if the pull request is accepted.

Inheritance
object
RemediationRunStage
ApplyStage
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 ApplyStage : 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