|
Class Summary |
| AbstractFlywayTask |
Base class for all Flyway Ant tasks. |
| AbstractMigrationLoadingTask |
Base class for tasks that rely on loading migrations from the classpath. |
| AntLogAppender |
|
| CleanTask |
Ant task that drops all database objects. |
| HistoryTask |
Ant task that shows the history (all applied migrations) of the database. |
| InitTask |
Ant task that initializes the metadata table in an existing schema. |
| MigrateTask |
Ant task that triggers the migration of the configured database to the latest version. |
| PlaceholderElement |
Nested <placeholder> element for the flyway:migrate Ant task. |
| StatusTask |
Flyway status task. |
| ValidateTask |
Ant task to validate the applied migrations in the database against the available classpath migrations in order to
detect accidental migration changes. |