Class RepositoryEventConfig
The configuration of a trigger that creates a build whenever an event from Repo API is received.
Implements
Inherited Members
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 |