public abstract class AbstractIssueManagementSystem extends Object implements IssueManagementSystem
IssueAdapter. | Modifier and Type | Field and Description |
|---|---|
protected Map<String,IssueType> |
issueTypeMap |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIssueManagementSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyConfiguration(Map<String,String> issueTypes)
Configure this issue management system.
|
Map<String,IssueType> |
getIssueTypeMap()
Get a mapping of issue types used in this issue management system to the ones used in a changes.xml file.
|
abstract String |
getName()
Get the name of the issue management system.
|
public Map<String,IssueType> getIssueTypeMap()
IssueManagementSystemgetIssueTypeMap in interface IssueManagementSystempublic abstract String getName()
IssueManagementSystemgetName in interface IssueManagementSystempublic void applyConfiguration(Map<String,String> issueTypes) throws MojoExecutionException
IssueManagementSystemapplyConfiguration in interface IssueManagementSystemissueTypes - The mapping of issue types used in this issue management system to the ones used in a
changes.xml fileMojoExecutionException - If the configuration failsCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.