Uses of Class
org.flywaydb.core.api.output.UndoOutput
-
Packages that use UndoOutput Package Description org.flywaydb.core.api.output Private API. -
-
Uses of UndoOutput in org.flywaydb.core.api.output
Fields in org.flywaydb.core.api.output with type parameters of type UndoOutput Modifier and Type Field Description java.util.List<UndoOutput>UndoResult. undoneMigrationsMethods in org.flywaydb.core.api.output that return UndoOutput Modifier and Type Method Description static UndoOutputCommandResultFactory. createUndoOutput(ResolvedMigration migrationInfo, int executionTime)
-