ReportUnitAliases Class

Summary

Contains functionality related to ReportUnit.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the ReportUnitSettings class:

#tool "nuget:?package=ReportUnit"

Namespace
Cake.Common.Tools.ReportUnit
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReportUnitAliases"] class Type type-node

Syntax

[CakeAliasCategory("ReportUnit")]
public static class ReportUnitAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
ReportUnit(ICakeContext, DirectoryPath, DirectoryPath, ReportUnitSettings) void
Converts the reports in the specified directory into human readable form and outputs to specified folder.
static
ReportUnit(ICakeContext, DirectoryPath, ReportUnitSettings) void
Converts the reports in the specified directory into human readable form.
static
ReportUnit(ICakeContext, DirectoryPath) void
Converts the reports in the specified directory into human readable form.
static
ReportUnit(ICakeContext, FilePath, FilePath, ReportUnitSettings) void
Converts the single specified report into human readable form and outputs to specified file.
static
ReportUnit(ICakeContext, FilePath, FilePath) void
Converts the single specified report into human readable form and outputs to specified file.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin