Interface DataImportOSPropertyValidator


@PublicApi public interface DataImportOSPropertyValidator
Plugins can implement this interface to add logic to validate <OSPropertyEntry> elements in the backup XML. All DataImportOSPropertyValidator instances will be invoked before the import (restore) process starts. To register an implementation of this interface, use the <data-import-properties-validator> element in your atlassian-plugin.xml. Example: <data-import-properties-validator key="my-data-import-validator" i18n-name-key="my.data.import.validator.name" class="com.example.myplugin.MyDataImportPropertiesValidator" />
Since:
v7.1