All Implemented Interfaces:
ModelObject

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

    • TRFReport

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