org.apache.maven.plugin.jira
Class JIRAIssueManagmentSystem
java.lang.Object
org.apache.maven.plugin.issues.AbstractIssueManagementSystem
org.apache.maven.plugin.jira.JIRAIssueManagmentSystem
- All Implemented Interfaces:
- IssueManagementSystem
public class JIRAIssueManagmentSystem
- extends AbstractIssueManagementSystem
The JIRA issue management system.
Method Summary |
String |
getName()
Get the name of the issue management system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JIRAIssueManagmentSystem
public JIRAIssueManagmentSystem()
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-2012 The Apache Software Foundation. All Rights Reserved.