org.apache.maven.plugin.changes
Class IssueAdapter

java.lang.Object
  extended by org.apache.maven.plugin.changes.IssueAdapter

public class IssueAdapter
extends Object

An adapter that can adapt issue management system data models to the data model used in the changes.xml file.

Since:
2.4
Version:
$Id: IssueAdapter.html 816598 2012-05-08 12:46:49Z hboutemy $
Author:
Dennis Lundberg

Constructor Summary
IssueAdapter()
           
 
Method Summary
static Action createAction(Issue issue)
          Create an Action from an issue.
static List getReleases(List issues)
          Adapt a List of Issues to a List of Releases.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueAdapter

public IssueAdapter()
Method Detail

getReleases

public static List getReleases(List issues)
Adapt a List of Issues to a List of Releases.

Parameters:
issues - The issues
Returns:
A list of releases

createAction

public static Action createAction(Issue issue)
Create an Action from an issue.

Parameters:
issue - The issue to extract the information from
Returns:
An Action


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