net.sf.statcvs.weblinks.bugs
Class Mantis
$Id: Mantis.java,v 1.3 2008/04/02 11:22:15 benoitx Exp $- Brian J?rgensen (qte@cs.aau.dk)
- Richard Cyganiak (richard@cyganiak.de)
Mantis(String baseURL) - Creates a new BugTracker instance.
|
String | bugURL(String bugNumber) - Returns the URL of the bug tracker page about a certain bug.
|
String | getName() - Returns the name of the bug tracker
|
Mantis
public Mantis(String baseURL)
Creates a new BugTracker instance.
baseURL
- The bug tracker's base URL; a slash is appended
if it doesn't end in a slash
bugURL
public String bugURL(String bugNumber)
Returns the URL of the bug tracker page about a certain bug.
- bugURL in interface BugTracker
bugNumber
- The bug number; one or more digits.
getName
public String getName()
Returns the name of the bug tracker
- getName in interface BugTracker
- the name of the bug tracker