Uses of Class
org.flywaydb.core.api.output.ValidateResult
Packages that use ValidateResult
Package
Description
The main Flyway package and for most users, the only one they'll ever need to know about.
Private API.
-
Uses of ValidateResult in org.flywaydb.core
Methods in org.flywaydb.core that return ValidateResultModifier and TypeMethodDescriptionFlyway.validateWithResult()Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly. -
Uses of ValidateResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return ValidateResultModifier and TypeMethodDescriptionstatic ValidateResultCommandResultFactory.createValidateResult(String databaseName, ErrorDetails validationError, int validationCount, List<ValidateOutput> invalidMigrations, List<String> warnings)