Class ATXZipReport
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.atx.ATXZipReport
- All Implemented Interfaces:
ModelObject
Holds a link to the zipped ATX report if ATX upload is disabled.
The build that holds the report artifact is resolved by
StaplerRequest.findAncestorObject(Class)
at runtime.-
Constructor Summary
ConstructorsConstructorDescriptionATXZipReport
(String id, String title, String fileName, long fileSize) Instantiates a newATXZipReport
. -
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, getFileSize
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractTestReport
addSubReport, addSubReports, getBuild, getDisplayName, getId, getSubReports, getTitle, getUrl
Methods inherited from class de.tracetronic.jenkins.plugins.ecutest.report.AbstractRequestHandler
doZipDownload, getAnchestorBuild, getAnchestorProject, getBuildAction, getOwner
-
Constructor Details
-
ATXZipReport
Instantiates a newATXZipReport
.- 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:AbstractArchiveFileReport
Gets the archive directory containing the stored files.- Specified by:
getArchiveDir
in classAbstractArchiveFileReport
- Returns:
- the archive directory
-