Class ScriptExecutionNotificationWithScriptReference

    • Constructor Detail

      • ScriptExecutionNotificationWithScriptReference

        public ScriptExecutionNotificationWithScriptReference​(VersionAgnosticMigrationScript<?,​?> executedScript,
                                                              MigrationVersion sourceVersion,
                                                              MigrationVersion targetVersion,
                                                              java.time.LocalDateTime startDate,
                                                              java.time.LocalDateTime endDate)
        Parameters:
        executedScript - script that was executed
        sourceVersion - original version of the object before executing the script
        targetVersion - version of the object after executing the script
        startDate - time when the script was started
        endDate - time when the script has finished