org.codehaus.mojo.scmchangelog.tracker
Interface BugTrackLinker

All Known Implementing Classes:
BugzillaBugTrackLinker, JiraBugTrackLinker, SourceforgeBugTrackLinker, XPlannerBugTrackLinker

public interface BugTrackLinker

Interface for a bug tracker.

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

Method Summary
 String getLinkUrlForBug(String bugNumber)
          Computes the link to the description of the specified bug for the bug tracker.
 

Method Detail

getLinkUrlForBug

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

Parameters:
bugNumber - the id of the bug.
Returns:
the url to the description of the bug.


Copyright © 2008-2009 Codehaus. All Rights Reserved.