Package project.gluebooster.reportingBooster

Examples of project.gluebooster.reportingBooster.BugzillaReport


  protected void executeReport(Locale locale) throws MavenReportException {
   try
   {

    
    BugzillaReport report = new BugzillaReport();
    report.createReport( dbDriverClassname, dbHost, dbPort, dbDatabase, dbUser, dbPassword, rootBugId);
    DefaultMutableTreeNode rootBug = report.getRootBug();
   
   
   
    Sink sink = getSink();
    MavenReportUtils.startReport(sink, "Project Report");
View Full Code Here

TOP

Related Classes of project.gluebooster.reportingBooster.BugzillaReport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.