This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
GitLabCIEngine class.
- Assembly
- Cake
.GitLabCI .Module .dll - Namespace
- Cake
.GitLabCI .Module - Containing Type
- GitLabCIEngine
Syntax
public GitLabCIEngine(ICakeDataService dataService, ICakeLog log, IConsole console)
Parameters
| Name | Type | Description |
|---|---|---|
| dataService | ICakeDataService | Implementation of ICakeDataService. |
| log | ICakeLog | Implementation of ICakeLog. |
| console | IConsole | Implementation of IConsole. |
Return Value
| Type | Description |
|---|---|
| void |
