Aliases Class

Summary

Contains functionality related to creating issue reports.
Assembly
Cake.Issues.Reporting.dll
Namespace
Cake.Issues.Reporting
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Aliases"] class Type type-node

Syntax

public static class Aliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
CreateIssueReport(ICakeContext, IEnumerable<IIssue>, IIssueReportFormat, DirectoryPath, FilePath) FilePath
Creates a report for a list of issues in the specified format.
static
CreateIssueReport(ICakeContext, IEnumerable<IIssue>, IIssueReportFormat, ICreateIssueReportSettings) FilePath
Creates a report for a list of issues with the specific settings.
static
CreateIssueReport(ICakeContext, IEnumerable<IIssueProvider>, IIssueReportFormat, DirectoryPath, FilePath) FilePath
Creates a report for a list of issues in the specified format.
static
CreateIssueReport(ICakeContext, IEnumerable<IIssueProvider>, IIssueReportFormat, ICreateIssueReportFromIssueProviderSettings) FilePath
Creates a report for a list of issues with the specific settings.
static
CreateIssueReport(ICakeContext, IIssueProvider, IIssueReportFormat, DirectoryPath, FilePath) FilePath
Creates a report for a the issues from an issue provider in the specified format.
static
CreateIssueReport(ICakeContext, IIssueProvider, IIssueReportFormat, ICreateIssueReportFromIssueProviderSettings) FilePath
Creates a report for a the issues from an issue provider with the specific settings.
static

Extension Methods

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