Show / Hide Table of Contents

Class TriggerGithub

Inheritance
System.Object
TriggerGithub
Inherited Members
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TriggerGithub

Fields

View Source

Name

Name of the volume to mount. Volume names must be unique per build step and must be valid names for Docker volumes. Each named volume must be used by at least two build steps.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Owner

Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud-builders is "googlecloudplatform".

Declaration
public readonly string Owner
Field Value
Type Description
System.String
View Source

PullRequest

filter to match changes in pull requests. Specify only one of pullRequest or push. Structure is documented below.

Declaration
public readonly TriggerGithubPullRequest PullRequest
Field Value
Type Description
TriggerGithubPullRequest
View Source

Push

filter to match changes in refs, like branches or tags. Specify only one of pullRequest or push. Structure is documented below.

Declaration
public readonly TriggerGithubPush Push
Field Value
Type Description
TriggerGithubPush
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.