public interface IssueManagementSystem
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.
|
String |
getName()
Get the name of the issue management system.
|
Map<String,IssueType> getIssueTypeMap()
String getName()
void applyConfiguration(Map<String,String> issueTypes) throws MojoExecutionException
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.