Class TRFReport
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.trf.TRFReport
- All Implemented Interfaces:
ModelObject
Holds a link to the TRF report. The build that holds the artifact is resolved by
StaplerRequest.findAncestorObject(Class)
at runtime.-
Constructor Summary
Constructors -
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
-
TRFReport
Instantiates a newTRFReport
.- 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
-