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
fun GitLabEventsConfigResponse(gitlabConfig: GitLabConfigResponse, gitlabConfigResource: String, projectNamespace: String, pullRequest: PullRequestFilterResponse, push: PushFilterResponse)