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, boolean artifactsEnabled, String artifactConfig, boolean highCharts)
           
 
Method Summary
 void generateErrorPage(Exception exception)
           
 void generateFeatureReports()
           
 void generateReports()
           
 void generateTagOverview()
           
 void generateTagReports()
           
 boolean getBuildStatus()
           
 Map<String,String> getCustomHeader()
           
 void setCustomHeader(Map<String,String> customHeader)
           
 
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,
                     boolean artifactsEnabled,
                     String artifactConfig,
                     boolean highCharts)
              throws Exception
Throws:
Exception
Method Detail

getCustomHeader

public Map<String,String> getCustomHeader()

setCustomHeader

public void setCustomHeader(Map<String,String> customHeader)

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

generateErrorPage

public void generateErrorPage(Exception exception)
                       throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.