InspectCodeIssuesAliases Class

Summary

Contains functionality for reading issues from JetBrains Inspect Code log files.
Assembly
Cake.Issues.InspectCode.dll
Namespace
Cake.Issues.InspectCode
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["InspectCodeIssuesAliases"] class Type type-node

Syntax

public static class InspectCodeIssuesAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
InspectCodeIssues(ICakeContext, InspectCodeIssuesSettings) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains Inspect Code using specified settings.
static
InspectCodeIssuesFromContent(ICakeContext, string) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains Inspect Code using log file content.
static
InspectCodeIssuesFromFilePath(ICakeContext, FilePath) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains Inspect Code using a log file from disk.
static
InspectCodeIssuesProviderTypeName(ICakeContext) string
Gets the name of the Inspect Code issue provider. This name can be used to identify issues based on the ProviderType property.
static

Extension Methods

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