dscanner v0.9.0-beta.2 (2020-04-09T18:20:51Z)
Dub
Repo
SonarQubeGenericIssueDataReporter.Issue
dscanner
reports
SonarQubeGenericIssueDataReporter
Undocumented in source.
class
SonarQubeGenericIssueDataReporter
struct
Issue {
string
engineId
;
string
ruleId
;
Location
primaryLocation
;
string
type
;
string
severity
;
int
effortMinutes
;
Location
[]
secondaryLocations
;
}
Members
Variables
effortMinutes
int
effortMinutes
;
Undocumented in source.
engineId
string
engineId
;
Undocumented in source.
primaryLocation
Location
primaryLocation
;
Undocumented in source.
ruleId
string
ruleId
;
Undocumented in source.
secondaryLocations
Location
[]
secondaryLocations
;
Undocumented in source.
severity
string
severity
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Meta
Source
See Implementation
dscanner
reports
SonarQubeGenericIssueDataReporter
constructors
this
enums
Severity
Type
functions
addMessage
addMessageSet
getContent
structs
Issue
Location
TextRange