Class AbstractScriptExecutionNotification

    • Constructor Detail

      • AbstractScriptExecutionNotification

        public AbstractScriptExecutionNotification​(MigrationVersion sourceVersion,
                                                   MigrationVersion targetVersion,
                                                   java.time.LocalDateTime startDate,
                                                   java.time.LocalDateTime endDate)
        Parameters:
        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
    • Method Detail

      • getSourceVersion

        public MigrationVersion getSourceVersion()
        Returns:
        the original version of the object before executing the script
      • getTargetVersion

        public MigrationVersion getTargetVersion()
        Returns:
        the version of the object after executing the script
      • getStartDate

        public java.time.LocalDateTime getStartDate()
        Returns:
        the time when the script was started
      • getEndDate

        public java.time.LocalDateTime getEndDate()
        Returns:
        time when the script has finished