Repository Event Config Args
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
constructor(pullRequest: Output<PullRequestFilterArgs>? = null, push: Output<PushFilterArgs>? = null, repository: Output<String>? = null)