| Package | Description |
|---|---|
| org.apache.maven.plugin.changes | |
| org.apache.maven.plugin.github | |
| org.apache.maven.plugin.issues | |
| org.apache.maven.plugin.jira | |
| org.apache.maven.plugin.trac |
| Modifier and Type | Method and Description |
|---|---|
Action |
IssueAdapter.createAction(Issue issue)
Create an
Action from an issue. |
| Modifier and Type | Method and Description |
|---|---|
List<Release> |
IssueAdapter.getReleases(List<Issue> issues)
Adapt a
List of Issues to a List of Releases. |
| Modifier and Type | Method and Description |
|---|---|
protected Issue |
GitHubDownloader.createIssue(org.eclipse.egit.github.core.Issue githubIssue) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
GitHubDownloader.getIssueList() |
| Modifier and Type | Method and Description |
|---|---|
static List<Issue> |
IssueUtils.filterIssuesWithVersionPrefix(List<Issue> issues,
String prefix)
Find the issues that has a Fix Version that matches the supplied prefix.
|
static List<Issue> |
IssueUtils.getIssuesForVersion(List<Issue> issues,
String version)
Find the issues for only the supplied version, by matching the "Fix for" version in the supplied list of issues
with the supplied version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssuesReportGenerator.doGenerateReport(ResourceBundle bundle,
Sink sink,
List<Issue> issueList) |
static List<Issue> |
IssueUtils.filterIssuesWithVersionPrefix(List<Issue> issues,
String prefix)
Find the issues that has a Fix Version that matches the supplied prefix.
|
static List<Issue> |
IssueUtils.getIssuesForVersion(List<Issue> issues,
String version)
Find the issues for only the supplied version, by matching the "Fix for" version in the supplied list of issues
with the supplied version.
|
static String |
IssueUtils.toString(List<Issue> issues) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
RestJiraDownloader.getIssueList() |
List<Issue> |
JiraXML.getIssueList() |
List<Issue> |
ClassicJiraDownloader.getIssueList() |
List<Issue> |
AdaptiveJiraDownloader.getIssueList() |
abstract List<Issue> |
AbstractJiraDownloader.getIssueList() |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
TracDownloader.getIssueList() |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.