Git Lab Events Config Response
data class GitLabEventsConfigResponse(val gitlabConfig: GitLabConfigResponse, val gitlabConfigResource: String, val projectNamespace: String, val pullRequest: PullRequestFilterResponse, val push: PushFilterResponse)
GitLabEventsConfig describes the configuration of a trigger that creates a build whenever a GitLab event is received.
Constructors
Link copied to clipboard
constructor(gitlabConfig: GitLabConfigResponse, gitlabConfigResource: String, projectNamespace: String, pullRequest: PullRequestFilterResponse, push: PushFilterResponse)
Properties
Link copied to clipboard
The GitLabConfig specified in the gitlab_config_resource field.
Link copied to clipboard
The GitLab config resource that this trigger config maps to.
Link copied to clipboard
Namespace of the GitLab project.
Link copied to clipboard
Filter to match changes in pull requests.
Link copied to clipboard
Filter to match changes in refs like branches, tags.