de.smartics.maven.issues
Interface QueryData

Package class diagram package QueryData
All Known Implementing Classes:
BugzillaQueryData

public interface QueryData

Contains the query parameters and allows to create a query URL to run against the issue management system.

Author:
Robert Reiner

Method Summary
 String createUrl(String connectionUrl)
          Creates the query URL to run against the issue management system.
 

Method Detail

createUrl

String createUrl(String connectionUrl)
                 throws MavenReportException
Creates the query URL to run against the issue management system.

Parameters:
connectionUrl - the URL to the issue management system. The instance is responsible to add the name of the query service and the query parameters.
Returns:
the URL to fetch issues from the management system that match the criteria configured in this query data instance.
Throws:
MavenReportException - if the URL cannot be created.
To Do:
change thrown exception...


Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.