|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.changes.IssueAdapter
public class IssueAdapter
An adapter that can adapt issue management system data models to the data model used in the changes.xml file.
| Constructor Summary | |
|---|---|
IssueAdapter()
|
|
| Method Summary | |
|---|---|
static Action |
createAction(Issue issue)
Create an Action from an issue. |
static java.util.List |
getReleases(java.util.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 |
|---|
public IssueAdapter()
| Method Detail |
|---|
public static java.util.List getReleases(java.util.List issues)
List of Issues to a
List of Releases.
issues - The issues
public static Action createAction(Issue issue)
Action from an issue.
issue - The issue to extract the information from
Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||