net.masterthought.cucumber
Class ReportBuilder

java.lang.Object
  extended by net.masterthought.cucumber.ReportBuilder

public class ReportBuilder
extends Object


Constructor Summary
ReportBuilder(List<String> jsonReports, File reportDirectory, String pluginUrlPath, String buildNumber, String buildProject, boolean skippedFails, boolean undefinedFails, boolean flashCharts, boolean runWithJenkins)
           
 
Method Summary
 void generateFeatureReports()
           
 void generateReports()
           
 void generateTagOverview()
           
 void generateTagReports()
           
 boolean getBuildStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportBuilder

public ReportBuilder(List<String> jsonReports,
                     File reportDirectory,
                     String pluginUrlPath,
                     String buildNumber,
                     String buildProject,
                     boolean skippedFails,
                     boolean undefinedFails,
                     boolean flashCharts,
                     boolean runWithJenkins)
              throws IOException
Throws:
IOException
Method Detail

getBuildStatus

public boolean getBuildStatus()

generateReports

public void generateReports()
                     throws Exception
Throws:
Exception

generateFeatureReports

public void generateFeatureReports()
                            throws Exception
Throws:
Exception

generateTagReports

public void generateTagReports()
                        throws Exception
Throws:
Exception

generateTagOverview

public void generateTagOverview()
                         throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.