Package b4j.report

Class LogReport

java.lang.Object
All Implemented Interfaces:
BugzillaReportGenerator, IConfigurable

public class LogReport
extends AbstractReportGenerator
Author:
Ralph Schuster
  • Constructor Details

  • Method Details

    • closeReport

      public void closeReport()
      Closes a report. Implementations should persist its collected data or results here.
    • registerBug

      public void registerBug​(Issue bug)
      Registers a bug for the report. Implementations should collect all necessary data from the given bug and forget about it to save memory.
      Parameters:
      bug - - the bug to collect data from
    • prepareReport

      public void prepareReport()
      Prepares a new report. This will be called when a new report must be generated.
      Specified by:
      prepareReport in interface BugzillaReportGenerator
      Overrides:
      prepareReport in class AbstractReportGenerator