Interface ProjectReportExporter

All Superinterfaces:
PluginFeature

public interface ProjectReportExporter extends PluginFeature
A PluginFeature that allows exporting a monthly ProjectReport to another system.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(ProjectReport report, ProgressMonitor progressMonitor)
    Start the export.
  • Method Details

    • export

      void export(ProjectReport report, ProgressMonitor progressMonitor)
      Start the export.
      Parameters:
      report - the report to export.
      progressMonitor - a progress monitor for reporting the export progress.