Show / Hide Table of Contents

Class TriggerBuildPipelineAction

The action to trigger a build pipeline.

Inheritance
object
TriggerAction
TriggerBuildPipelineAction
Inherited Members
TriggerAction.Filter
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 TriggerBuildPipelineAction : TriggerAction

Properties

BuildPipelineId

Declaration
[Required(ErrorMessage = "BuildPipelineId is required.")]
[JsonProperty(PropertyName = "buildPipelineId")]
public string BuildPipelineId { get; set; }
Property Value
Type Description
string

The OCID of the build pipeline to be triggered.

Remarks

Required

In this article
Back to top