| Package | Description |
|---|---|
| org.jboss.set.aphrodite | |
| org.jboss.set.aphrodite.issue.trackers.bugzilla | |
| org.jboss.set.aphrodite.issue.trackers.jira | |
| org.jboss.set.aphrodite.spi |
| Modifier and Type | Method and Description |
|---|---|
static Aphrodite |
Aphrodite.instance()
Get an instance of the Aphrodite service.
|
static Aphrodite |
Aphrodite.instance(AphroditeConfig config)
Get an instance of the Aphrodite service.
|
void |
Aphrodite.setLabelsToPatch(Patch patch,
List<Label> labels)
Set the labels for the provided
Patch object. |
boolean |
Aphrodite.updateIssue(Issue issue)
Update a specific
Issue at the remote issue tracker service. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugzillaClient.updateIssue(Issue issue) |
boolean |
BugzillaIssueTracker.updateIssue(Issue issue) |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
RepositoryService.setLabelsToPatch(Patch patch,
List<Label> labels)
Set the labels for the provided
Patch object. |
boolean |
IssueTrackerService.updateIssue(Issue issue)
Update an
Issue at the remote issue tracker service. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.