Uses of Interface
org.flywaydb.core.api.MigrationInfo
Packages that use MigrationInfo
Package
Description
FlywayException, MigrationInfo and related classes.
Interfaces for Flyway lifecycle callbacks.
Private API.
-
Uses of MigrationInfo in org.flywaydb.core.api
Methods in org.flywaydb.core.api that return MigrationInfoModifier and TypeMethodDescriptionMigrationInfoService.all()Retrieves the full set of infos about applied, current and future migrations.MigrationInfoService.applied()Retrieves the full set of infos about the migrations applied to the DB.MigrationInfoService.current()Retrieves the information of the current applied migration, if any.MigrationInfoService.pending()Retrieves the full set of infos about pending migrations, available locally, but not yet applied to the DB.Methods in org.flywaydb.core.api with parameters of type MigrationInfo -
Uses of MigrationInfo in org.flywaydb.core.api.callback
Methods in org.flywaydb.core.api.callback that return MigrationInfo -
Uses of MigrationInfo in org.flywaydb.core.api.output
Methods in org.flywaydb.core.api.output with parameters of type MigrationInfoModifier and TypeMethodDescriptionstatic InfoOutputCommandResultFactory.createInfoOutput(Set<MigrationInfo> undoableMigrations, MigrationInfo migrationInfo) static InfoResultCommandResultFactory.createInfoResult(Configuration configuration, org.flywaydb.core.internal.database.base.Database database, MigrationInfo[] migrationInfos, MigrationInfo current, boolean allSchemasEmpty) static MigrateOutputCommandResultFactory.createMigrateOutput(MigrationInfo migrationInfo, int executionTime) static RepairOutputCommandResultFactory.createRepairOutput(MigrationInfo migrationInfo) static ValidateOutputCommandResultFactory.createValidateOutput(MigrationInfo migrationInfo, ErrorDetails validateError) Method parameters in org.flywaydb.core.api.output with type arguments of type MigrationInfoModifier and TypeMethodDescriptionstatic InfoOutputCommandResultFactory.createInfoOutput(Set<MigrationInfo> undoableMigrations, MigrationInfo migrationInfo)