public interface Issue
MeasureComputer| Modifier and Type | Method and Description | 
|---|---|
| Duration | debt()Deprecated. 
 since 5.5, replaced by  effort() | 
| Duration | effort() | 
| String | key() | 
| String | resolution()Available list of resolutions can be found in  Issue.RESOLUTIONS | 
| RuleKey | ruleKey() | 
| String | severity()See constants in  Severity. | 
| String | status()Available list of status can be found in  Issue.STATUSES | 
| RuleType | type() | 
String status()
Issue.STATUSES@CheckForNull String resolution()
Issue.RESOLUTIONS@Deprecated Duration debt()
effort()@CheckForNull Duration effort()
Copyright © 2009–2016 SonarSource. All rights reserved.