|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Issue | |
---|---|
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 |
Uses of Issue in org.apache.maven.plugin.changes |
---|
Methods in org.apache.maven.plugin.changes with parameters of type Issue | |
---|---|
Action |
IssueAdapter.createAction(Issue issue)
Create an Action from an issue. |
Method parameters in org.apache.maven.plugin.changes with type arguments of type Issue | |
---|---|
List<Release> |
IssueAdapter.getReleases(List<Issue> issues)
Adapt a List of Issue s to a List of Release s. |
Uses of Issue in org.apache.maven.plugin.github |
---|
Methods in org.apache.maven.plugin.github that return types with arguments of type Issue | |
---|---|
List<Issue> |
GitHubDownloader.getIssueList()
|
Uses of Issue in org.apache.maven.plugin.issues |
---|
Methods in org.apache.maven.plugin.issues that return types with arguments of type Issue | |
---|---|
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. |
Method parameters in org.apache.maven.plugin.issues with type arguments of type Issue | |
---|---|
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)
|
Uses of Issue in org.apache.maven.plugin.jira |
---|
Methods in org.apache.maven.plugin.jira that return types with arguments of type Issue | |
---|---|
List<Issue> |
RestJiraDownloader.getIssueList()
|
List<Issue> |
JiraXML.getIssueList()
|
List<Issue> |
ClassicJiraDownloader.getIssueList()
|
List<Issue> |
AdaptiveJiraDownloader.getIssueList()
|
abstract List<Issue> |
AbstractJiraDownloader.getIssueList()
|
Uses of Issue in org.apache.maven.plugin.trac |
---|
Methods in org.apache.maven.plugin.trac that return types with arguments of type Issue | |
---|---|
List<Issue> |
TracDownloader.getIssueList()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |