org.apache.maven.plugin.trac
Class TracIssueManagmentSystem
java.lang.Object
org.apache.maven.plugin.issues.AbstractIssueManagementSystem
org.apache.maven.plugin.trac.TracIssueManagmentSystem
- All Implemented Interfaces:
- IssueManagementSystem
public class TracIssueManagmentSystem
- extends AbstractIssueManagementSystem
The Trac issue management system.
- Version:
- $Id: TracIssueManagmentSystem.java 1379901 2012-09-01 23:44:49Z dennisl $
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 |
TracIssueManagmentSystem
public TracIssueManagmentSystem()
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–2014 The Apache Software Foundation. All rights reserved.