Package io.micronaut.flyway.endpoint
Class FlywayReport
java.lang.Object
io.micronaut.flyway.endpoint.FlywayReport
Flyway report for one datasource.
- Since:
- 1.0.0
- Author:
- Iván López
-
Constructor Summary
ConstructorDescriptionFlywayReport
(String name, List<org.flywaydb.core.api.MigrationInfo> changeSets) -
Method Summary
-
Constructor Details
-
FlywayReport
- Parameters:
name
- The name of the data sourcechangeSets
- The list of changes
-
-
Method Details
-
getName
- Returns:
- The name of the data source
-
getMigrations
- Returns:
- The list of change migrations
-