Class SetSchedulerTaskAttributes

    • Constructor Detail

      • SetSchedulerTaskAttributes

        public SetSchedulerTaskAttributes​(step.core.collections.CollectionFactory collectionFactory,
                                          MigrationContext migrationContext)
    • 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