Class ScriptExecutionNotification


  • public class ScriptExecutionNotification
    extends java.lang.Object
    Contains data about the execution of a script by a MicroMigrater.
    Author:
    Johannes Rabauer
    • Constructor Detail

      • ScriptExecutionNotification

        public ScriptExecutionNotification​(MigrationScript<?,​?> executedScript,
                                           MigrationVersion sourceVersion,
                                           MigrationVersion targetVersion,
                                           java.time.LocalDateTime startDate,
                                           java.time.LocalDateTime endDate)
    • Method Detail

      • getStartDate

        public java.time.LocalDateTime getStartDate()
      • getEndDate

        public java.time.LocalDateTime getEndDate()