public class IssueAdapter extends Object
| Constructor and Description |
|---|
IssueAdapter(IssueManagementSystem ims)
Create a new adapter.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
createAction(Issue issue)
Create an
Action from an issue. |
List<Release> |
getReleases(List<Issue> issues)
Adapt a
List of Issues to a List of Releases. |
public IssueAdapter(IssueManagementSystem ims)
ims - The issue management system that has the data that should be adaptedCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.