Package org.sonar.api.batch.sensor.issue
Interface ExternalIssue
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CleanCodeAttributecleanCodeAttribute()Clean Code Attribute of the issue.java.lang.StringengineId()java.util.Map<SoftwareQuality,Severity>impacts()Impacts of the issue.java.lang.LongremediationEffort()Effort to fix the issue, in minutes.java.lang.StringruleId()Severityseverity()Deprecated.since 10.1, useimpacts()insteadRuleTypetype()Deprecated.since 10.1, useimpacts()instead- 
Methods inherited from interface org.sonar.api.batch.sensor.issue.IIssueflows, primaryLocation, ruleKey
 
- 
 
- 
- 
- 
Method Detail- 
engineIdjava.lang.String engineId() - Since:
- 7.4
 
 - 
ruleIdjava.lang.String ruleId() - Since:
- 7.4
 
 - 
severity@Deprecated(since="10.1") @CheckForNull Severity severity() Deprecated.since 10.1, useimpacts()instead
 - 
remediationEffort@CheckForNull java.lang.Long remediationEffort() Effort to fix the issue, in minutes.
 - 
type@Deprecated(since="10.1") @CheckForNull RuleType type() Deprecated.since 10.1, useimpacts()insteadType of the issue.
 - 
impacts@Beta java.util.Map<SoftwareQuality,Severity> impacts() Impacts of the issue. This method is experimental and might change in the future- Since:
- 10.1
 
 - 
cleanCodeAttribute@Beta @CheckForNull CleanCodeAttribute cleanCodeAttribute() Clean Code Attribute of the issue. This method is experimental and might change in the future- Since:
- 10.1
 
 
- 
 
-