|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IssueManagementSystem
An interface for issue management systems.
The plan is to enhance this interface to allow communication with different issue management systems in a consistent way.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 file
MojoExecutionException
- If the configuration fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |