Class TraceAnalysisReport
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.ta.TraceAnalysisReport
- All Implemented Interfaces:
ModelObject
Holds a link to the trace analysis report. The build that holds the artifact is resolved by
StaplerRequest.findAncestorObject(Class)
at runtime.-
Constructor Summary
ConstructorsConstructorDescriptionTraceAnalysisReport
(String id, String title, String fileName, long fileSize) Instantiates a newTraceAnalysisReport
. -
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
-
TraceAnalysisReport
Instantiates a newTraceAnalysisReport
.- 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
-