net.masterthought.cucumber
Class ReportBuilder
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.