Class FlywayReport


  • @Introspected
    public class FlywayReport
    extends java.lang.Object
    Flyway report for one datasource.
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      FlywayReport​(java.lang.String name, java.util.List<org.flywaydb.core.api.MigrationInfo> changeSets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.flywaydb.core.api.MigrationInfo> getMigrations()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlywayReport

        @Creator
        public FlywayReport​(java.lang.String name,
                            java.util.List<org.flywaydb.core.api.MigrationInfo> changeSets)
        Parameters:
        name - The name of the data source
        changeSets - The list of changes
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the data source
      • getMigrations

        public java.util.List<org.flywaydb.core.api.MigrationInfo> getMigrations()
        Returns:
        The list of change migrations