public interface IIssue
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Issue.Flow> |
flows()
List of flows for this issue.
|
IssueLocation |
primaryLocation()
Primary locations for this issue.
|
RuleKey |
ruleKey()
The
RuleKey of this issue. |
IssueLocation primaryLocation()
java.util.List<Issue.Flow> flows()