RepositoryEventConfigArgs

data class RepositoryEventConfigArgs(val pullRequest: Output<PullRequestFilterArgs>? = null, val push: Output<PushFilterArgs>? = null, val repository: Output<String>? = null) : ConvertibleToJava<RepositoryEventConfigArgs>

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

Constructors

Link copied to clipboard
fun RepositoryEventConfigArgs(pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null, repository: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RepositoryEventConfigArgs

Properties

Link copied to clipboard
val pullRequest: Output<PullRequestFilterArgs>? = null

Filter to match changes in pull requests.

Link copied to clipboard
val push: Output<PushFilterArgs>? = null

Filter to match changes in refs like branches, tags.

Link copied to clipboard
val repository: Output<String>? = null

The resource name of the Repo API resource.