Enum Class LiquibaseProperties.ShowSummaryOutput

java.lang.Object
java.lang.Enum<LiquibaseProperties.ShowSummaryOutput>
org.springframework.boot.liquibase.autoconfigure.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:
4.0.0
Author:
Marcel Overdijk, EddĂș MelĂ©ndez, Ferenc Gratzer, Evgeniy Cheban