Interface ProjectReportExporter
- All Superinterfaces:
PluginFeature
A
PluginFeature that allows exporting a monthly ProjectReport
to another system.-
Method Summary
Modifier and TypeMethodDescriptionvoidexport(ProjectReport report, ProgressMonitor progressMonitor) Start the export.
-
Method Details
-
export
Start the export.- Parameters:
report- the report to export.progressMonitor- a progress monitor for reporting the export progress.
-