public class ReferencePostImportPluginModule extends Object implements PluggableImportRunnable
Constructor and Description |
---|
ReferencePostImportPluginModule() |
Modifier and Type | Method and Description |
---|---|
void |
run()
This will be called at the time defined by the plugin point.
|
void |
setBackupProject(BackupProject backupProject)
Set the backup project.
|
void |
setBackupSystemInformation(BackupSystemInformation backupSystemInformation)
Set the backup system information.
|
void |
setProjectImportMapper(ProjectImportMapper projectImportMapper)
Set the project import mapper.
|
void |
setProjectImportResults(ProjectImportResults projectImportResults)
Set the project import results.
|
public void run()
PluggableImportRunnable
run
in interface PluggableImportRunnable
public void setBackupProject(BackupProject backupProject)
PluggableImportHandler
setBackupProject
in interface PluggableImportHandler
backupProject
- The backup projectpublic void setBackupSystemInformation(BackupSystemInformation backupSystemInformation)
PluggableImportHandler
setBackupSystemInformation
in interface PluggableImportHandler
backupSystemInformation
- The backup system informationpublic void setProjectImportMapper(ProjectImportMapper projectImportMapper)
PluggableImportHandler
setProjectImportMapper
in interface PluggableImportHandler
projectImportMapper
- The project import mapperpublic void setProjectImportResults(@Nullable ProjectImportResults projectImportResults)
PluggableImportHandler
setProjectImportResults
in interface PluggableImportHandler
projectImportResults
- The project import resultsCopyright © 2002-2016 Atlassian. All Rights Reserved.