Show / Hide Table of Contents

Class TriggerGithubPullRequestArgs

Inheritance
System.Object
InputArgs
ResourceArgs
TriggerGithubPullRequestArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.CloudBuild.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TriggerGithubPullRequestArgs : ResourceArgs

Constructors

View Source

TriggerGithubPullRequestArgs()

Declaration
public TriggerGithubPullRequestArgs()

Properties

View Source

Branch

Regex of branches to match. Specify only one of branch or tag.

Declaration
public Input<string> Branch { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CommentControl

Whether to block builds on a "/gcbrun" comment from a repository owner or collaborator.

Declaration
public Input<string> CommentControl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.