Package io.micronaut.liquibase.endpoint
Class LiquibaseReport
java.lang.Object
io.micronaut.liquibase.endpoint.LiquibaseReport
Liquibase report for one datasource.
- Since:
- 1.0.0
- Author:
- Iván López, Sergio del Amo
-
Constructor Summary
ConstructorDescriptionLiquibaseReport
(String name, List<liquibase.changelog.RanChangeSet> changeSets) -
Method Summary
-
Constructor Details
-
LiquibaseReport
- Parameters:
name
- The name of the data sourcechangeSets
- The list of changes
-
-
Method Details
-
getName
- Returns:
- The name of the data source
-
getChangeSets
- Returns:
- The list of change sets
-
getChangeSetWrappers
For serialization only.- Returns:
- The list of change sets
-