Show / Hide Table of Contents

Class TriggerDeploymentPipelineStageRunProgress

Specifies Trigger Deployment Pipleline stage specific run details.

Inheritance
object
BuildPipelineStageRunProgress
TriggerDeploymentPipelineStageRunProgress
Inherited Members
BuildPipelineStageRunProgress.StageDisplayName
BuildPipelineStageRunProgress.BuildPipelineStageId
BuildPipelineStageRunProgress.TimeStarted
BuildPipelineStageRunProgress.TimeFinished
BuildPipelineStageRunProgress.Status
BuildPipelineStageRunProgress.BuildPipelineStagePredecessors
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 TriggerDeploymentPipelineStageRunProgress : BuildPipelineStageRunProgress

Properties

ArtifactOverrideParameters

Declaration
[JsonProperty(PropertyName = "artifactOverrideParameters")]
public DeployArtifactOverrideArgumentCollection ArtifactOverrideParameters { get; set; }
Property Value
Type Description
DeployArtifactOverrideArgumentCollection

DeploymentId

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

Identifier of the deployment triggered.

ExportedVariables

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