Interface Migration

    • Method Detail

      • execute

        void execute​(MigrationContext migrationContext,
                     org.osgi.framework.BundleContext bundleContext)
              throws IOException
        Deprecated.
        do groovy script for implementing new migrations
        This method is called to execute the migration
        Parameters:
        migrationContext - the current migration context (config, history, messaging, logging)
        bundleContext - the bundle context object
        Throws:
        IOException - if there was an error while executing the migration