@Immutable public class TestIssue extends Object implements Issue
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TestIssue.Builder | 
| 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() | 
public String status()
IssueIssue.STATUSES@CheckForNull public String resolution()
IssueIssue.RESOLUTIONSresolution in interface Issuepublic String severity()
IssueSeverity.@CheckForNull @Deprecated public Duration debt()
effortCopyright © 2009–2016 SonarSource. All rights reserved.