Interface PluggableImportRunnable
- All Superinterfaces:
PluggableImportHandler
- All Known Implementing Classes:
ReferencePostImportPluginModule
,ReferencePreImportPluginModule
Parent interface for plugins to perform actions during the input process.
- Since:
- v7.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
This will be called at the time defined by the plugin point.Methods inherited from interface com.atlassian.jira.imports.project.handler.PluggableImportHandler
setBackupProject, setBackupSystemInformation, setProjectImportMapper, setProjectImportResults
-
Method Details
-
run
void run()This will be called at the time defined by the plugin point.
-