GitHubActionsEngine.

GitHubActionsEngine(ICakeDataService, ICakeLog, IConsole) Constructor

Summary

Initializes a new instance of the GitHubActionsEngine class.

Syntax

public GitHubActionsEngine(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