Class LiquibaseReport


  • @Introspected
    public class LiquibaseReport
    extends java.lang.Object
    Liquibase 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.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LiquibaseReport

        @Creator
        public LiquibaseReport​(java.lang.String name,
                               java.util.List<liquibase.changelog.RanChangeSet> changeSets)
        Parameters:
        name - The name of the data source
        changeSets - The list of changes
    • 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