org.apache.maven.plugin.trac
Class TracIssueManagmentSystem

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

public class TracIssueManagmentSystem
extends AbstractIssueManagementSystem

The Trac issue management system.


Field Summary
 
Fields inherited from class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
issueTypeMap
 
Constructor Summary
TracIssueManagmentSystem()
           
 
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

TracIssueManagmentSystem

public TracIssueManagmentSystem()
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.