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)
|
| 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)
throws IOException
- Throws:
IOException
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.