PipelinesApi constructor

PipelinesApi(
  1. GitLab _gitLab,
  2. ProjectsApi _project
)

Implementation

PipelinesApi(this._gitLab, this._project);