Uses of Class
org.apache.maven.plugin.issues.Issue

Packages that use Issue
org.apache.maven.plugin.changes   
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 Issues to a List of Releases.
 

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.
 

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> JiraXML.getIssueList()
           
 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()
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.