Class GeneratorReport
java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.report.AbstractRequestHandler
de.tracetronic.jenkins.plugins.ecutest.report.AbstractTestReport
de.tracetronic.jenkins.plugins.ecutest.report.AbstractArchiveFileReport
de.tracetronic.jenkins.plugins.ecutest.report.generator.GeneratorReport
- All Implemented Interfaces:
ModelObject
Holds a link to the generated report. The build that holds the artifact is resolved by
StaplerRequest.findAncestorObject(Class) at runtime.-
Constructor Summary
ConstructorsConstructorDescriptionGeneratorReport(String id, String title, String fileName, long fileSize) Instantiates a newGeneratorReport. -
Method Summary
Modifier and TypeMethodDescriptionGets the archive directory containing the stored files.Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractArchiveFileReport
doDynamic, getArchiveTargetDir, getFileName, getFileSizeMethods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractTestReport
addSubReport, addSubReports, getBuild, getDisplayName, getId, getSubReports, getTitle, getUrlMethods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractRequestHandler
doZipDownload, getAnchestorBuild, getAnchestorProject, getBuildAction, getOwner
-
Constructor Details
-
GeneratorReport
Instantiates a newGeneratorReport.- Parameters:
id- the id used in the report URLtitle- the report titlefileName- the file namefileSize- the report file size
-
-
Method Details
-
getArchiveDir
Description copied from class:AbstractArchiveFileReportGets the archive directory containing the stored files.- Specified by:
getArchiveDirin classAbstractArchiveFileReport- Returns:
- the archive directory
-