@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() |
String |
getKey() |
Integer |
getLine() |
String |
getMessage() |
String |
getResolution() |
String |
getRuleKey() |
String |
getRuleName() |
String |
getSeverity() |
String |
getStatus() |
boolean |
isNew() |
public static Issue.Builder builder()
public String getKey()
public String getComponentKey()
public Integer getLine()
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-2015 SonarSource. All Rights Reserved.