GitLabEventsConfig constructor
GitLabEventsConfig({
- GitLabConfig? gitlabConfig,
- String? gitlabConfigResource,
- String? projectNamespace,
- PullRequestFilter? pullRequest,
- PushFilter? push,
Implementation
GitLabEventsConfig({
this.gitlabConfig,
this.gitlabConfigResource,
this.projectNamespace,
this.pullRequest,
this.push,
});