Package org.apache.maven.plugins.changes
Class IssueAdapter
java.lang.Object
org.apache.maven.plugins.changes.IssueAdapter
An adapter that can adapt data models from other issue management system to the data models used in the changes.xml
 file.
- Since:
 - 2.4
 - Version:
 - $Id$
 - Author:
 - Dennis Lundberg
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateAction(Issue issue) Create anActionfrom an issue.getReleases(List<Issue> issues) Adapt aListofIssues to aListofReleases. 
- 
Constructor Details
- 
IssueAdapter
Create a new adapter.- Parameters:
 ims- The issue management system that has the data that should be adapted
 
 - 
 - 
Method Details
- 
getReleases
Adapt aListofIssues to aListofReleases.- Parameters:
 issues- The issues- Returns:
 - A list of releases
 
 - 
createAction
Create anActionfrom an issue.- Parameters:
 issue- The issue to extract the information from- Returns:
 - An 
Action 
 
 -