Uses of Class
org.flywaydb.core.api.output.BaselineResult
-
Packages that use BaselineResult Package Description org.flywaydb.core The main Flyway package and for most users, the only one they'll ever need to know about.org.flywaydb.core.api.output Private API. -
-
Uses of BaselineResult in org.flywaydb.core
Methods in org.flywaydb.core that return BaselineResult Modifier and Type Method Description BaselineResultFlyway. baseline()Baselines an existing database, excluding all migrations up to and including baselineVersion. -
Uses of BaselineResult in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output that return BaselineResult Modifier and Type Method Description BaselineResultCommandResultFactory. createBaselineResult(java.lang.String databaseName)
-