GitLabEventsConfig constructor

GitLabEventsConfig({
  1. GitLabConfig? gitlabConfig,
  2. String? gitlabConfigResource,
  3. String? projectNamespace,
  4. PullRequestFilter? pullRequest,
  5. PushFilter? push,
})

Implementation

GitLabEventsConfig({
  this.gitlabConfig,
  this.gitlabConfigResource,
  this.projectNamespace,
  this.pullRequest,
  this.push,
});