public interface PostJobIssue
| Modifier and Type | Method and Description | 
|---|---|
| String | componentKey()Component key like foo:src/Foo.php | 
| InputComponent | inputComponent()The  InputComponentthis issue belongs to. | 
| boolean | isNew()If the issue a new one. | 
| String | key()Key of the issue. | 
| Integer | line()Line of the issue. | 
| String | message()Message of the issue. | 
| RuleKey | ruleKey()The  RuleKeyof this issue. | 
| Severity | severity()Severity. | 
String componentKey()
@CheckForNull InputComponent inputComponent()
InputComponent this issue belongs to. Returns null if component was deleted (for resolved issues).@CheckForNull Integer line()
@CheckForNull String message()
boolean isNew()
Copyright © 2009–2016 SonarSource. All rights reserved.