GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig (google_api_cloud_build v0.38.0) View Source
GitHubEventsConfig describes the configuration of a trigger that creates a build whenever a GitHub event is received. This message is experimental.
Attributes
-
installationId(type:String.t, default:nil) - The installationID that emits the GitHub event. -
name(type:String.t, default:nil) - Name of the repository. For example: The name for https://github.com/googlecloudplatform/cloud-builders is "cloud-builders". -
owner(type:String.t, default:nil) - Owner of the repository. For example: The owner for https://github.com/googlecloudplatform/cloud-builders is "googlecloudplatform". -
pullRequest(type:GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t, default:nil) - filter to match changes in pull requests. -
push(type:GoogleApi.CloudBuild.V1.Model.PushFilter.t, default:nil) - filter to match changes in refs like branches, tags.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.GitHubEventsConfig{
installationId: String.t() | nil,
name: String.t() | nil,
owner: String.t() | nil,
pullRequest: GoogleApi.CloudBuild.V1.Model.PullRequestFilter.t() | nil,
push: GoogleApi.CloudBuild.V1.Model.PushFilter.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.