Package io.micronaut.liquibase.endpoint
Class LiquibaseReport
- java.lang.Object
-
- io.micronaut.liquibase.endpoint.LiquibaseReport
-
@Introspected public class LiquibaseReport extends java.lang.ObjectLiquibase report for one datasource.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description LiquibaseReport(java.lang.String name, java.util.List<liquibase.changelog.RanChangeSet> changeSets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<liquibase.changelog.RanChangeSet>getChangeSets()java.util.List<io.micronaut.liquibase.endpoint.RanChangeSetWrapper>getChangeSetWrappers()For serialization only.java.lang.StringgetName()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Returns:
- The name of the data source
-
getChangeSets
public java.util.List<liquibase.changelog.RanChangeSet> getChangeSets()
- Returns:
- The list of change sets
-
getChangeSetWrappers
@Internal public java.util.List<io.micronaut.liquibase.endpoint.RanChangeSetWrapper> getChangeSetWrappers()
For serialization only.- Returns:
- The list of change sets
-
-