MyGetReportPrinter.

MyGetReportPrinter(IConsole, ICakeLog, ICakeContext) Constructor

Summary

Initializes a new instance of the MyGetReportPrinter class.
Assembly
Cake.MyGet.Module.dll
Namespace
Cake.MyGet.Module
Containing Type
MyGetReportPrinter

Syntax

public MyGetReportPrinter(IConsole console, ICakeLog log, ICakeContext context)

Parameters

Name Type Description
console IConsole Implementation of IConsole.
log ICakeLog Implementation of ICakeLog.
context ICakeContext Implementation of ICakeContext.

Return Value

Type Description
void