org.codehaus.mojo.scmchangelog.tracker
Class XPlannerBugTrackLinker
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPlannerBugTrackLinker
public XPlannerBugTrackLinker(String xplannerUrl)
- Creates a new instance of XPlannerBugTrackLinker
- Parameters:
xplannerUrl - the url to the instance of XPlanner.
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.