org.codehaus.mojo.scmchangelog.tracker
Class XPlannerBugTrackLinker

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

public class XPlannerBugTrackLinker
extends Object
implements BugTrackLinker

An implementation for the XPlanner tracker.

Author:
Tomas Pollak

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

Constructor Detail

XPlannerBugTrackLinker

public XPlannerBugTrackLinker(String xplannerUrl)
Creates a new instance of XPlannerBugTrackLinker

Parameters:
xplannerUrl - the url to the instance of XPlanner.
Method Detail

getLinkUrlForBug

public String getLinkUrlForBug(String storyNumber)
Computes the link to the description of the specified bug for XPlanner.

Specified by:
getLinkUrlForBug in interface BugTrackLinker
Parameters:
storyNumber - the id of the user story.
Returns:
the url to the description of the story in XPlanner.


Copyright © 2008-2009 Codehaus. All Rights Reserved.