Enum Class LiquibaseProperties.ShowSummaryOutput

java.lang.Object
java.lang.Enum<LiquibaseProperties.ShowSummaryOutput>
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummaryOutput
All Implemented Interfaces:
Serializable, Comparable<LiquibaseProperties.ShowSummaryOutput>, Constable
Enclosing class:
LiquibaseProperties

public static enum LiquibaseProperties.ShowSummaryOutput extends Enum<LiquibaseProperties.ShowSummaryOutput>
Enumeration of destinations to which the summary should be output. Values are the same as those on UpdateSummaryOutputEnum. To maximize backwards compatibility, the Liquibase enum is not used directly.
Since:
3.2.1