Package org.sonar.api.ce.measure
Interface Issue
-
- All Known Implementing Classes:
TestIssue
public interface IssueIssue that can be used in aMeasureComputer- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Durationeffort()java.lang.Stringkey()java.lang.Stringresolution()Available list of resolutions can be found inIssue.RESOLUTIONSRuleKeyruleKey()java.lang.Stringseverity()See constants inSeverity.java.lang.Stringstatus()Available list of status can be found inIssue.STATUSESRuleTypetype()
-
-
-
Method Detail
-
key
java.lang.String key()
-
ruleKey
RuleKey ruleKey()
-
status
java.lang.String status()
Available list of status can be found inIssue.STATUSES
-
resolution
@CheckForNull java.lang.String resolution()
Available list of resolutions can be found inIssue.RESOLUTIONS
-
severity
java.lang.String severity()
See constants inSeverity.
-
effort
@CheckForNull Duration effort()
- Since:
- 5.5
-
type
RuleType type()
-
-