Class HTMLReporter
java.lang.Object
com.jenkins.testresultsaggregator.reports.HTMLReporter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcopyStream(String sourceFile, String destinationFile, FilePath directory) createIgnoredData(Set<Job> ignoredDataJobs, String theme) createOverview(Aggregated aggregated, List<LocalMessages> columns, String theme, boolean showGroups)
-
Field Details
-
FOLDER
- See Also:
-
-
Constructor Details
-
HTMLReporter
-
-
Method Details
-
createOverview
public FilePath createOverview(Aggregated aggregated, List<LocalMessages> columns, String theme, boolean showGroups) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
copyStream
protected void copyStream(String sourceFile, String destinationFile, FilePath directory) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
createIgnoredData
public FilePath createIgnoredData(Set<Job> ignoredDataJobs, String theme) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-