DupFinderIssuesAliases Class

Summary

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

Syntax

public static class DupFinderIssuesAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
DupFinderIssues(ICakeContext, DupFinderIssuesSettings) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains dupFinder using specified settings.
static
DupFinderIssuesFromContent(ICakeContext, string) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains dupFinder using log file content.
static
DupFinderIssuesFromFilePath(ICakeContext, FilePath) IIssueProvider
Gets an instance of a provider for issues reported by JetBrains dupFinder using a log file from disk.
static
DupFinderIssuesProviderTypeName(ICakeContext) string
Gets the name of the dupFinder 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