org.codehaus.mojo.scmchangelog.tracker
Class SourceforgeBugTrackLinker

java.lang.Object
  extended by org.codehaus.mojo.scmchangelog.tracker.SourceforgeBugTrackLinker
All Implemented Interfaces:
BugTrackLinker

public class SourceforgeBugTrackLinker
extends Object
implements BugTrackLinker

An implementation for the sourceforge bug tracker.

Version:
$Id: SourceforgeBugTrackLinker.java 7039 2008-05-22 23:28:53Z aheritier $
Author:
ehsavoie

Constructor Summary
SourceforgeBugTrackLinker(String codexUrl)
          Creates a new instance of SourceforgeBugTrackLinker
 
Method Summary
 String getLinkUrlForBug(String bugNumber)
          Computes the link to the description of the specified bug for Sourceforge.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceforgeBugTrackLinker

public SourceforgeBugTrackLinker(String codexUrl)
Creates a new instance of SourceforgeBugTrackLinker

Parameters:
codexUrl - url to the sourceforge bug tracker.
Method Detail

getLinkUrlForBug

public String getLinkUrlForBug(String bugNumber)
Computes the link to the description of the specified bug for Sourceforge.

Specified by:
getLinkUrlForBug in interface BugTrackLinker
Parameters:
bugNumber - the id of the bug.
Returns:
the url to the description of the bug in Sourceforge.


Copyright © 2008-2009 Codehaus. All Rights Reserved.