ReportGeneratorAliases Class

Summary

Contains functionality related to ReportGenerator.

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 ReportGeneratorSettings class:

#tool "nuget:?package=ReportGenerator"

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

Syntax

[CakeAliasCategory("ReportGenerator")]
public static class ReportGeneratorAliases

Attributes

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

Methods

Name Value Summary
ReportGenerator(ICakeContext, FilePath, DirectoryPath, ReportGeneratorSettings) void
Converts the specified coverage report into human readable form using the specified settings.
static
ReportGenerator(ICakeContext, FilePath, DirectoryPath) void
Converts the specified coverage report into human readable form.
static
ReportGenerator(ICakeContext, GlobPattern, DirectoryPath, ReportGeneratorSettings) void
Converts the coverage report specified by the glob pattern into human readable form using the specified settings.
static
ReportGenerator(ICakeContext, GlobPattern, DirectoryPath) void
Converts the coverage report specified by the glob pattern into human readable form.
static
ReportGenerator(ICakeContext, IEnumerable<FilePath>, DirectoryPath, ReportGeneratorSettings) void
Converts the specified coverage reports into human readable form using the specified settings.
static
ReportGenerator(ICakeContext, IEnumerable<FilePath>, DirectoryPath) void
Converts the specified coverage reports into human readable form.
static

Extension Methods

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