Class LiquibaseReport

java.lang.Object
io.micronaut.liquibase.endpoint.LiquibaseReport

public class LiquibaseReport extends Object
Liquibase report for one datasource.
Since:
1.0.0
Author:
Iván López, Sergio del Amo
  • Constructor Details

    • LiquibaseReport

      @Creator public LiquibaseReport(String name, List<liquibase.changelog.RanChangeSet> 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
    • getChangeSets

      public List<liquibase.changelog.RanChangeSet> getChangeSets()
      Returns:
      The list of change sets
    • getChangeSetWrappers

      @Internal public List<io.micronaut.liquibase.endpoint.RanChangeSetWrapper> getChangeSetWrappers()
      For serialization only.
      Returns:
      The list of change sets