| Package | Description |
|---|---|
| org.jboss.pull.shared.connectors | |
| org.jboss.pull.shared.connectors.bugzilla | |
| org.jboss.pull.shared.connectors.jira | |
| org.jboss.pull.shared.evaluators | |
| org.jboss.pull.shared.spi |
| Modifier and Type | Method and Description |
|---|---|
Issue |
IssueHelper.findIssue(URL url)
Finds a given
Issue based on a URL parameter. |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
RedhatPullRequest.getIssues()
Returns a merged list of both Bugzilla and Jira Issues found in the body of a Pull Request.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RedhatPullRequest.updateStatus(Issue issue,
Enum status) |
| Modifier and Type | Class and Description |
|---|---|
class |
Bug |
| Modifier and Type | Method and Description |
|---|---|
Issue |
BZHelper.findIssue(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
JiraIssue
JIRA issue representation.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
JiraHelper.findIssue(URL url) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Issue> |
BasePullEvaluator.getIssue(RedhatPullRequest pull) |
List<? extends Issue> |
PullEvaluatorFacade.getIssue(RedhatPullRequest pull) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Issue> |
PullEvaluator.getIssue(RedhatPullRequest pull)
Returns the issue(-s) related to the given pull request.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.