Uses of Class
org.flywaydb.core.api.MigrationPattern
-
Packages that use MigrationPattern Package Description org.flywaydb.core.api.configuration Interfaces for Flyway configuration injection. -
-
Uses of MigrationPattern in org.flywaydb.core.api.configuration
Methods in org.flywaydb.core.api.configuration that return MigrationPattern Modifier and Type Method Description MigrationPattern[]ClassicConfiguration. getCherryPick()MigrationPattern[]Configuration. getCherryPick()Gets the migrations that Flyway should consider when migrating or undoing.MigrationPattern[]FluentConfiguration. getCherryPick()Methods in org.flywaydb.core.api.configuration with parameters of type MigrationPattern Modifier and Type Method Description FluentConfigurationFluentConfiguration. cherryPick(MigrationPattern... cherryPick)Gets the migrations that Flyway should consider when migrating or undoing.voidClassicConfiguration. setCherryPick(MigrationPattern... cherryPick)Gets the migrations that Flyway should consider when migrating or undoing.
-