Package liquibase.command
Class CommandResultDefinition.Building<DataType>
java.lang.Object
liquibase.command.CommandResultDefinition.Building<DataType>
- Enclosing class:
- CommandResultDefinition<DataType>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Complete construction and register the definition with the rest of the system.defaultValue
(DataType defaultValue) Set the default value for this result.description
(String description) Sets the description for this result.
-
Method Details
-
description
Sets the description for this result. -
defaultValue
Set the default value for this result. -
build
Complete construction and register the definition with the rest of the system.
-