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 |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form and outputs to specified folder.
static
|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form.
static
|
ReportUnit |
void |
Converts the reports in the specified directory into human readable form.
static
|
ReportUnit |
void |
Converts the single specified report into human readable form and outputs to specified file.
static
|
ReportUnit |
void |
Converts the single specified report into human readable form and outputs to specified file.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|