GitLabCIEngine.

GitLabCIEngine(ICakeDataService, ICakeLog, IConsole) Constructor

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