|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.weblinks.bugs.BugTracker net.sf.statcvs.weblinks.bugs.Bugzilla
Implements support for the Bugzilla bug tracker.
Field Summary |
Fields inherited from class net.sf.statcvs.weblinks.bugs.BugTracker |
bugRegex, NO_BUG_TRACKER |
Constructor Summary | |
Bugzilla(java.lang.String baseURL)
|
Method Summary | |
java.lang.String |
bugURL(java.lang.String bugNumber)
Returns the URL of the bug tracker page about a certain bug. |
java.lang.String |
getName()
Returns the name of the bug tracker |
Methods inherited from class net.sf.statcvs.weblinks.bugs.BugTracker |
baseURL, toHTMLWithLinks |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Bugzilla(java.lang.String baseURL)
Method Detail |
public java.lang.String getName()
BugTracker
getName
in class BugTracker
public java.lang.String bugURL(java.lang.String bugNumber)
BugTracker
bugURL
in class BugTracker
bugNumber
- The bug number; one or more digits.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |