Class FlywayReport

java.lang.Object
io.micronaut.flyway.endpoint.FlywayReport

public class FlywayReport extends Object
Flyway report for one datasource.
Since:
1.0.0
Author:
Iván López
  • Constructor Details

    • FlywayReport

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

    • getName

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

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