RepositoryEventConfigResponse

data class RepositoryEventConfigResponse(val pullRequest: PullRequestFilterResponse, val push: PushFilterResponse, val repository: String, val repositoryType: String)

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

Constructors

Link copied to clipboard
fun RepositoryEventConfigResponse(pullRequest: PullRequestFilterResponse, push: PushFilterResponse, repository: String, repositoryType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter to match changes in pull requests.

Link copied to clipboard

Filter to match changes in refs like branches, tags.

Link copied to clipboard

The resource name of the Repo API resource.

Link copied to clipboard

The type of the SCM vendor the repository points to.