net.sf.statcvs.weblinks.bugs
public class Mantis extends BugTracker
bugRegex, NO_BUG_TRACKER
Modifier and Type | Method and Description |
---|---|
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
|
baseURL, toHTMLWithLinks
public Mantis(String baseURL)
public String getName()
BugTracker
getName
in class BugTracker
public String bugURL(String bugNumber)
BugTracker
bugURL
in class BugTracker
bugNumber
- The bug number; one or more digits.