Package net.sf.statcvs.weblinks.bugs
Class Mantis
java.lang.Object
net.sf.statcvs.weblinks.bugs.BugTracker
net.sf.statcvs.weblinks.bugs.Mantis
Implements support for the Mantis
bug tracker.
- Version:
- $Id: Mantis.java,v 1.3 2008/04/02 11:22:15 benoitx Exp $
- Author:
- Brian J?rgensen (qte@cs.aau.dk), Richard Cyganiak (richard@cyganiak.de)
-
Field Summary
Fields inherited from class net.sf.statcvs.weblinks.bugs.BugTracker
bugRegex, NO_BUG_TRACKER
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.statcvs.weblinks.bugs.BugTracker
baseURL, toHTMLWithLinks
-
Constructor Details
-
Mantis
-
-
Method Details
-
getName
Description copied from class:BugTracker
Returns the name of the bug tracker- Specified by:
getName
in classBugTracker
- Returns:
- the name of the bug tracker
-
bugURL
Description copied from class:BugTracker
Returns the URL of the bug tracker page about a certain bug.- Specified by:
bugURL
in classBugTracker
- Parameters:
bugNumber
- The bug number; one or more digits.- Returns:
- The URL of the bug page
-