| Modifier and Type | Method and Description |
|---|---|
void |
Aphrodite.addCommentToPatch(Patch patch,
String comment)
Add a
Comment to the specified Patch object, and propagate the changes
to the remote repository. |
Issue |
Aphrodite.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
Patch |
Aphrodite.getPatch(URL url)
Get the
Patch located at the provided URL. |
Repository |
Aphrodite.getRepository(URL url)
Get the repository located at the provided
URL. |
void |
JsonStreamService.loadStreamData() |
List<Issue> |
Aphrodite.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
boolean |
Aphrodite.updateIssue(Issue issue)
Update a specific
Issue at the remote issue tracker service. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.getParamaterFromUrl(Pattern pattern,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugzillaIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
List<Comment> |
BugzillaClient.getCommentsForIssue(Issue issue) |
Issue |
BugzillaClient.getIssue(String trackerId) |
Issue |
BugzillaClient.getIssue(URL url) |
Issue |
BugzillaIssueTracker.getIssue(URL url) |
Issue |
BugzillaClient.getIssueWithComments(String trackerId) |
Issue |
BugzillaClient.getIssueWithComments(URL url) |
boolean |
BugzillaClient.postComment(Issue issue,
Comment comment) |
List<Issue> |
BugzillaClient.searchIssuesByFilter(URL filterUrl) |
List<Issue> |
BugzillaIssueTracker.searchIssuesByFilter(URL filterUrl) |
boolean |
BugzillaIssueTracker.updateIssue(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
protected void |
AbstractIssueTracker.checkHost(URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JiraIssueTracker.addCommentToIssue(Issue issue,
Comment comment) |
Issue |
JiraIssueTracker.getIssue(URL url) |
List<Issue> |
JiraIssueTracker.searchIssuesByFilter(URL filterUrl) |
boolean |
JiraIssueTracker.updateIssue(Issue issue)
Known limitations:
- Jira api does not allow an issue type to be update (WTF?)
- Jira api does not allow project to be changed
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRepositoryService.addCommentToPatch(Patch patch,
String comment) |
protected void |
AbstractRepositoryService.checkHost(URL url) |
Patch |
AbstractRepositoryService.getPatch(URL url) |
List<Patch> |
AbstractRepositoryService.getPatchesAssociatedWith(Issue issue) |
List<Patch> |
AbstractRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
Repository |
AbstractRepositoryService.getRepository(URL url) |
| Modifier and Type | Method and Description |
|---|---|
void |
GitHubRepositoryService.addCommentToPatch(Patch patch,
String comment) |
void |
GitHubRepositoryService.addLabelToPatch(Patch patch,
String labelName) |
Patch |
GitHubRepositoryService.getPatch(URL url) |
List<Patch> |
GitHubRepositoryService.getPatchesAssociatedWith(Issue issue) |
List<Patch> |
GitHubRepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status) |
Repository |
GitHubRepositoryService.getRepository(URL url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssueTrackerService.addCommentToIssue(Issue issue,
Comment comment)
Adds a new comment to the specified issue.
|
void |
RepositoryService.addCommentToPatch(Patch patch,
String comment)
Add a
Comment to the specified Patch object, and propagate the changes
to the remote repository. |
void |
RepositoryService.addLabelToPatch(Patch patch,
String labelName)
Attach a label to the specified patch.
|
Issue |
IssueTrackerService.getIssue(URL url)
Retrieve an issue object associated with the given
URL. |
Patch |
RepositoryService.getPatch(URL url)
Get the
Patch located at the provided URL. |
List<Patch> |
RepositoryService.getPatchesAssociatedWith(Issue issue)
Retrieve all Patches associated with the provided
Issue object |
List<Patch> |
RepositoryService.getPatchesByStatus(Repository repository,
PatchStatus status)
Retrieve all Patches associated with the provided
Repository object, which have a
status that matches the provided PatchStatus object. |
Repository |
RepositoryService.getRepository(URL url)
Get the repository located at the provided
URL. |
List<Issue> |
IssueTrackerService.searchIssuesByFilter(URL filterUrl)
Return all issues which match the provided filter.
|
boolean |
IssueTrackerService.updateIssue(Issue issue)
Update an
Issue at the remote issue tracker service. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.