@Immutable public final class Issue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Issue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Issue.Builder |
builder() |
String |
getAssigneeLogin() |
String |
getAssigneeName() |
String |
getComponentKey() |
Integer |
getEndLine() |
Integer |
getEndLineOffset() |
String |
getKey() |
String |
getMessage() |
String |
getResolution() |
String |
getRuleKey() |
String |
getRuleName() |
String |
getSeverity() |
Integer |
getStartLine() |
Integer |
getStartLineOffset() |
String |
getStatus() |
boolean |
isNew() |
public static Issue.Builder builder()
public String getKey()
public String getComponentKey()
public Integer getStartLine()
public Integer getStartLineOffset()
null if it isn't supported by the sonar-batch being used (< 5.3).public Integer getEndLine()
public Integer getEndLineOffset()
null if it isn't supported by the sonar-batch being used (< 5.3).public String getMessage()
public String getRuleKey()
public String getRuleName()
public String getStatus()
public String getResolution()
public boolean isNew()
public String getAssigneeLogin()
public String getAssigneeName()
public String getSeverity()
Copyright © 2011-2016 SonarSource. All Rights Reserved.