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()
IssueManagementSystem
getIssueTypeMap
in interface IssueManagementSystem
public abstract String getName()
IssueManagementSystem
getName
in interface IssueManagementSystem
public void applyConfiguration(Map<String,String> issueTypes) throws MojoExecutionException
IssueManagementSystem
applyConfiguration
in interface IssueManagementSystem
issueTypes
- 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.