Show / Hide Table of Contents

Class RepositoryEventConfig

The configuration of a trigger that creates a build whenever an event from Repo API is received.

Inheritance
object
RepositoryEventConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class RepositoryEventConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PullRequest

Filter to match changes in pull requests.

Declaration
[JsonProperty("pullRequest")]
public virtual PullRequestFilter PullRequest { get; set; }
Property Value
Type Description
PullRequestFilter

Push

Filter to match changes in refs like branches, tags.

Declaration
[JsonProperty("push")]
public virtual PushFilter Push { get; set; }
Property Value
Type Description
PushFilter

Repository

The resource name of the Repo API resource.

Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type Description
string

RepositoryType

Output only. The type of the SCM vendor the repository points to.

Declaration
[JsonProperty("repositoryType")]
public virtual string RepositoryType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX