org.apache.maven.plugin.jira
Class JIRAIssueManagmentSystem

java.lang.Object
  extended by org.apache.maven.plugin.issues.AbstractIssueManagementSystem
      extended by org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
All Implemented Interfaces:
IssueManagementSystem

public class JIRAIssueManagmentSystem
extends AbstractIssueManagementSystem

The JIRA issue management system.


Field Summary
 
Fields inherited from class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
issueTypeMap
 
Constructor Summary
JIRAIssueManagmentSystem()
           
 
Method Summary
 String getName()
          Get the name of the issue management system.
 
Methods inherited from class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
applyConfiguration, getIssueTypeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIRAIssueManagmentSystem

public JIRAIssueManagmentSystem()
Method Detail

getName

public String getName()
Description copied from interface: IssueManagementSystem
Get the name of the issue management system.

Specified by:
getName in interface IssueManagementSystem
Specified by:
getName in class AbstractIssueManagementSystem
Returns:
The name of the IMS.


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.