| Modifier and Type | Method and Description |
|---|---|
boolean |
Aphrodite.addCommentToIssue(Collection<Issue> issues,
Comment comment)
Adds the
Comment to all of the provided Issue objects. |
void |
Aphrodite.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Aphrodite.addCommentToIssue(Map<Issue,Comment> commentMap)
Adds the
Comment to the associated Issue object for all Issue/Comment
pairs in the Map. |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
Issue.getComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
Issue.setComments(List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
BugzillaClient.getCommentsForIssue(Issue issue) |
List<Comment> |
BugzillaClient.getCommentsForIssue(String trackerId) |
Map<String,List<Comment>> |
BugzillaClient.getCommentsForIssues(Map<String,Issue> issues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugzillaIssueTracker.addCommentToIssue(Collection<Issue> issues,
Comment comment) |
void |
BugzillaIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
boolean |
BugzillaClient.postComment(Collection<Issue> issues,
Comment comment) |
boolean |
BugzillaClient.postComment(Issue issue,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugzillaIssueTracker.addCommentToIssue(Map<Issue,Comment> commentMap) |
boolean |
BugzillaClient.postComment(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Issue,Comment> |
AbstractIssueTracker.filterIssuesByHost(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Issue,Comment> |
AbstractIssueTracker.filterIssuesByHost(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JiraIssueTracker.addCommentToIssue(Collection<Issue> issues,
Comment comment) |
void |
JiraIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JiraIssueTracker.addCommentToIssue(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueTrackerService.addCommentToIssue(Collection<Issue> issues,
Comment comment)
Adds the
Comment to all of the provided Issue objects. |
void |
IssueTrackerService.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueTrackerService.addCommentToIssue(Map<Issue,Comment> commentMap)
Adds the
Comment to the associated Issue object for all Issue/Comment
pairs in the Map. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.