|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.changes.IssueAdapter
public class IssueAdapter
An adapter that can adapt data models from other issue management system to the data models used in the changes.xml file.
Constructor Summary | |
---|---|
IssueAdapter(IssueManagementSystem ims)
Create a new adapter. |
Method Summary | |
---|---|
Action |
createAction(Issue issue)
Create an Action from an issue. |
List<Release> |
getReleases(List<Issue> issues)
Adapt a List of Issue s to a List of Release s. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IssueAdapter(IssueManagementSystem ims)
ims
- The issue management system that has the data that should be adaptedMethod Detail |
---|
public List<Release> getReleases(List<Issue> issues)
List
of Issue
s to a List
of Release
s.
issues
- The issues
public 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 |