Class TraceAnalysisReport

All Implemented Interfaces:
ModelObject

public class TraceAnalysisReport extends AbstractArchiveFileReport
Holds a link to the trace analysis report. The build that holds the artifact is resolved by StaplerRequest.findAncestorObject(Class) at runtime.
  • Constructor Details

    • TraceAnalysisReport

      public TraceAnalysisReport(String id, String title, String fileName, long fileSize)
      Instantiates a new TraceAnalysisReport.
      Parameters:
      id - the id used in the report URL
      title - the report title
      fileName - the file name
      fileSize - the report file size
  • Method Details