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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
DupFinderIssues |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using specified settings.
static
|
Dup |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using log file content.
static
|
Dup |
IIssueProvider |
Gets an instance of a provider for issues reported by JetBrains dupFinder using a log file from disk.
static
|
Dup |
string |
Gets the name of the dupFinder issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|