Uses of Enum Class
org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummaryOutput
Packages that use LiquibaseProperties.ShowSummaryOutput
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.ShowSummaryOutput in org.springframework.boot.liquibase.autoconfigure
Subclasses with type arguments of type LiquibaseProperties.ShowSummaryOutput in org.springframework.boot.liquibase.autoconfigureModifier and TypeClassDescriptionstatic enum
Enumeration of destinations to which the summary should be output.Methods in org.springframework.boot.liquibase.autoconfigure that return LiquibaseProperties.ShowSummaryOutputModifier and TypeMethodDescriptionLiquibaseProperties.getShowSummaryOutput()
Returns the enum constant of this class with the specified name.LiquibaseProperties.ShowSummaryOutput.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.liquibase.autoconfigure with parameters of type LiquibaseProperties.ShowSummaryOutputModifier and TypeMethodDescriptionvoid
LiquibaseProperties.setShowSummaryOutput
(LiquibaseProperties.ShowSummaryOutput showSummaryOutput)