Class SetSchedulerTaskAttributes


  • public class SetSchedulerTaskAttributes
    extends MigrationTask
    This task migrates the artefact of type 'CallFunction' that have the attribute 'function' declared as string instead of DynamicValue do this only when migrating from 3.4.0 to 3.5.0 or higher
    • Constructor Detail

      • SetSchedulerTaskAttributes

        public SetSchedulerTaskAttributes()
    • Method Detail

      • runUpgradeScript

        public void runUpgradeScript()
        Description copied from class: MigrationTask
        Script to be executed when migrating from a version lower than asOfVersion to the version asOfVersion
        Specified by:
        runUpgradeScript in class MigrationTask
      • runDowngradeScript

        public void runDowngradeScript()
        Description copied from class: MigrationTask
        Script to be executed when migrating from the version asOfVersion to a version lower than asOfVersion
        Specified by:
        runDowngradeScript in class MigrationTask