Class TriggerDeploymentPipelineStageRunProgress
Specifies Trigger Deployment Pipleline stage specific run details.
Inheritance
TriggerDeploymentPipelineStageRunProgress
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class TriggerDeploymentPipelineStageRunProgress : BuildPipelineStageRunProgress
Properties
ArtifactOverrideParameters
Declaration
[JsonProperty(PropertyName = "artifactOverrideParameters")]
public DeployArtifactOverrideArgumentCollection ArtifactOverrideParameters { get; set; }
Property Value
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