Interface ProjectReportExporter
-
- All Superinterfaces:
PluginFeature
public interface ProjectReportExporter extends PluginFeature
APluginFeaturethat allows exporting a monthlyProjectReportto another system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexport(ProjectReport report, ProgressMonitor progressMonitor)Start the export.
-
-
-
Method Detail
-
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.
-
-