| Package | Description |
|---|---|
| org.sonar.wsclient.issue | |
| org.sonar.wsclient.issue.internal |
| Modifier and Type | Method and Description |
|---|---|
IssueComment |
IssueClient.addComment(String issueKey,
String markdownText) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueComment> |
Issue.comments()
Non-null list of comments
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIssueComment |
| Modifier and Type | Method and Description |
|---|---|
IssueComment |
DefaultIssueClient.addComment(String issueKey,
String markdownText) |
| Modifier and Type | Method and Description |
|---|---|
List<IssueComment> |
DefaultIssue.comments()
Non-null list of comments
|
Copyright © 2009–2015 SonarSource. All rights reserved.