public class ReportBuilder extends Object
| Constructor and Description |
|---|
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) |
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,
boolean parallelTesting) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateErrorPage(Exception exception) |
void |
generateFeatureReports() |
void |
generateReports() |
void |
generateTagOverview() |
void |
generateTagReports() |
boolean |
getBuildStatus() |
Map<String,String> |
getCustomHeader() |
static boolean |
isParallel() |
void |
setCustomHeader(Map<String,String> customHeader) |
static void |
setParallel(boolean p) |
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
Exceptionpublic 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, boolean parallelTesting) throws Exception
ExceptionCopyright © 2015. All Rights Reserved.