| Modifier and Type | Method and Description |
|---|---|
Issue |
Aphrodite.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
Aphrodite.getIssues(Collection<URL> urls)
Retrieve all issues associated with the provided URLs.
|
List<Issue> |
Aphrodite.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with the provided patch object.
|
List<Issue> |
Aphrodite.searchIssues(SearchCriteria searchCriteria)
Return all issues, across all Issue Trackers, which match the passed
SearchCriteria. |
List<Issue> |
Aphrodite.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Aphrodite.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
List<Patch> |
Aphrodite.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
boolean |
Aphrodite.updateIssue(Issue issue)
Update a specific
Issue at the remote issue tracker service. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Aphrodite.addCommentToIssue(Collection<Issue> issues,
Comment comment)
Adds the
Comment to all of the provided Issue objects. |
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 |
|---|---|
Issue |
BugzillaClient.getIssue(String trackerId) |
Issue |
BugzillaIssueTracker.getIssue(URL url) |
Issue |
BugzillaClient.getIssueWithComments(String trackerId) |
Issue |
BugzillaClient.getIssueWithComments(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
BugzillaClient.getIssues(Collection<URL> urls) |
List<Issue> |
BugzillaIssueTracker.getIssues(Collection<URL> urls) |
List<Issue> |
BugzillaClient.searchIssues(SearchCriteria criteria) |
List<Issue> |
BugzillaIssueTracker.searchIssues(SearchCriteria searchCriteria) |
List<Issue> |
BugzillaClient.searchIssues(SearchCriteria criteria,
int defaultIssueLimit) |
List<Issue> |
BugzillaClient.searchIssuesByFilter(URL filterUrl) |
List<Issue> |
BugzillaIssueTracker.searchIssuesByFilter(URL filterUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
BugzillaIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
List<Comment> |
BugzillaClient.getCommentsForIssue(Issue issue) |
boolean |
BugzillaClient.postComment(Issue issue,
Comment comment) |
boolean |
BugzillaClient.updateIssue(Issue issue) |
boolean |
BugzillaIssueTracker.updateIssue(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugzillaIssueTracker.addCommentToIssue(Collection<Issue> issues,
Comment comment) |
boolean |
BugzillaIssueTracker.addCommentToIssue(Map<Issue,Comment> commentMap) |
Map<String,List<Comment>> |
BugzillaClient.getCommentsForIssues(Map<String,Issue> issues) |
boolean |
BugzillaClient.postComment(Collection<Issue> issues,
Comment comment) |
boolean |
BugzillaClient.postComment(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Issue> |
AbstractIssueTracker.filterIssuesByHost(Collection<Issue> issues) |
protected Map<Issue,Comment> |
AbstractIssueTracker.filterIssuesByHost(Map<Issue,Comment> commentMap) |
List<Issue> |
AbstractIssueTracker.getIssuesAssociatedWith(Patch patch) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Issue> |
AbstractIssueTracker.filterIssuesByHost(Collection<Issue> issues) |
protected Map<Issue,Comment> |
AbstractIssueTracker.filterIssuesByHost(Map<Issue,Comment> commentMap) |
| Modifier and Type | Class and Description |
|---|---|
class |
JiraIssue
Created by Romain Pelisse
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
JiraIssueTracker.getIssue(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
JiraIssueTracker.getIssues(Collection<URL> urls) |
List<Issue> |
JiraIssueTracker.searchIssues(SearchCriteria searchCriteria) |
List<Issue> |
JiraIssueTracker.searchIssuesByFilter(URL filterUrl) |
| Modifier and Type | Method and Description |
|---|---|
void |
JiraIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
boolean |
JiraIssueTracker.updateIssue(Issue issue)
Known limitations:
- Jira api does not allow an issue type to be update (WTF?)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JiraIssueTracker.addCommentToIssue(Collection<Issue> issues,
Comment comment) |
boolean |
JiraIssueTracker.addCommentToIssue(Map<Issue,Comment> commentMap) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
AbstractRepositoryService.getPatchesAssociatedWith(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
List<Patch> |
GitHubRepositoryService.getPatchesAssociatedWith(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
Issue |
IssueTrackerService.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
IssueTrackerService.getIssues(Collection<URL> urls)
Retrieve all issues associated with the provided URLs.
|
List<Issue> |
IssueTrackerService.getIssuesAssociatedWith(Patch patch)
Retrieve all Issues associated with the provided patch object.
|
List<Issue> |
IssueTrackerService.searchIssues(SearchCriteria searchCriteria)
Return all issues which match the passed
SearchCriteria. |
List<Issue> |
IssueTrackerService.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueTrackerService.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
List<Patch> |
RepositoryService.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
boolean |
IssueTrackerService.updateIssue(Issue issue)
Update an
Issue at the remote issue tracker service. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueTrackerService.addCommentToIssue(Collection<Issue> issues,
Comment comment)
Adds the
Comment to all of the provided Issue objects. |
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.