Show / Hide Table of Contents

Class UpdateTriggerDeploymentStageDetails

Specifies the Trigger Deployment stage, which runs another pipeline of the application.

Inheritance
object
UpdateBuildPipelineStageDetails
UpdateTriggerDeploymentStageDetails
Inherited Members
UpdateBuildPipelineStageDetails.DisplayName
UpdateBuildPipelineStageDetails.Description
UpdateBuildPipelineStageDetails.BuildPipelineStagePredecessorCollection
UpdateBuildPipelineStageDetails.FreeformTags
UpdateBuildPipelineStageDetails.DefinedTags
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 UpdateTriggerDeploymentStageDetails : UpdateBuildPipelineStageDetails

Properties

DeployPipelineId

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

A target deployment pipeline OCID that will run in this stage.

IsPassAllParametersEnabled

Declaration
[JsonProperty(PropertyName = "isPassAllParametersEnabled")]
public bool? IsPassAllParametersEnabled { get; set; }
Property Value
Type Description
bool?

A boolean flag that specifies whether all the parameters must be passed when the deployment is triggered.

In this article
Back to top