Class HTMLReporter
java.lang.Object
com.jenkins.testresultsaggregator.reports.HTMLReporter
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
copyStream
(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 org.apache.commons.jelly.JellyException, SAXException, IOException, InterruptedException - Throws:
org.apache.commons.jelly.JellyException
SAXException
IOException
InterruptedException
-
copyStream
protected void copyStream(String sourceFile, String destinationFile, FilePath directory) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-
createIgnoredData
public FilePath createIgnoredData(Set<Job> ignoredDataJobs, String theme) throws IOException, InterruptedException, org.apache.commons.jelly.JellyException, SAXException - Throws:
IOException
InterruptedException
org.apache.commons.jelly.JellyException
SAXException
-