public interface IPluginMigration
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description of this migration.
In short: the reason of change, what happened, etc. |
int |
getTargetVersion()
The target version where migrations is applicable.
|
void |
migrate(AbstractPlugin plugin)
Triggered whenever the plugin is being migrated.
|
java.lang.String getDescription()
int getTargetVersion()
void migrate(AbstractPlugin plugin)
plugin - the plugin