public class ReportBuilder extends Object
| Constructor and Description |
|---|
ReportBuilder(List<String> jsonReports,
File reportDirectory,
String pluginUrlPath,
String buildNumber,
String buildProject,
boolean skippedFails,
boolean pendingFails,
boolean undefinedFails,
boolean missingFails,
boolean flashCharts,
boolean runWithJenkins,
boolean highCharts,
boolean parallelTesting) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReports() |
String |
getBuildNumber() |
String |
getBuildProject() |
List<String> |
getJsonFiles() |
String |
getPluginUrlPath() |
File |
getReportDirectory() |
ReportInformation |
getReportInformation() |
boolean |
hasBuildPassed() |
boolean |
isFlashCharts() |
boolean |
isHighCharts() |
static boolean |
isParallel() |
boolean |
isRunWithJenkins() |
void |
setBuildNumber(String buildNumber) |
void |
setBuildProject(String buildProject) |
void |
setFlashCharts(boolean flashCharts) |
void |
setHighCharts(boolean highCharts) |
static void |
setParallel(boolean p) |
void |
setPluginUrlPath(String pluginUrlPath) |
void |
setReportDirectory(File reportDirectory) |
void |
setRunWithJenkins(boolean runWithJenkins) |
public ReportBuilder(List<String> jsonReports, File reportDirectory, String pluginUrlPath, String buildNumber, String buildProject, boolean skippedFails, boolean pendingFails, boolean undefinedFails, boolean missingFails, boolean flashCharts, boolean runWithJenkins, boolean highCharts, boolean parallelTesting) throws IOException, org.apache.velocity.exception.VelocityException
IOExceptionorg.apache.velocity.exception.VelocityExceptionpublic ReportInformation getReportInformation()
public static boolean isParallel()
public static void setParallel(boolean p)
public File getReportDirectory()
public void setReportDirectory(File reportDirectory)
public String getBuildNumber()
public void setBuildNumber(String buildNumber)
public String getBuildProject()
public void setBuildProject(String buildProject)
public String getPluginUrlPath()
public void setPluginUrlPath(String pluginUrlPath)
public boolean isRunWithJenkins()
public void setRunWithJenkins(boolean runWithJenkins)
public boolean isFlashCharts()
public void setFlashCharts(boolean flashCharts)
public boolean isHighCharts()
public void setHighCharts(boolean highCharts)
public boolean hasBuildPassed()
public void generateReports()
throws IOException,
org.apache.velocity.exception.VelocityException
IOExceptionorg.apache.velocity.exception.VelocityExceptionCopyright © 2016. All rights reserved.