Package | Description |
---|---|
org.apache.maven.plugin.changes | |
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 Issue s to a List of Release s. |
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 |
---|---|
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 |
---|---|
List<Issue> |
AbstractJiraDownloader.getIssueList() |
List<Issue> |
JiraXML.getIssueList() |
Modifier and Type | Method and Description |
---|---|
List<Issue> |
TracDownloader.getIssueList() |
Copyright © 2002-2019 The Apache Software Foundation. All Rights Reserved.