Uses of Class
com.googlecode.flyway.ant.AbstractFlywayTask

Uses of AbstractFlywayTask in com.googlecode.flyway.ant
 

Subclasses of AbstractFlywayTask in com.googlecode.flyway.ant
 class AbstractMigrationLoadingTask
          Base class for tasks that rely on loading migrations from the classpath.
 class CleanTask
          Ant task that drops all database objects.
 class HistoryTask
          Ant task that shows the history (all applied migrations) of the database.
 class InitTask
          Ant task that initializes the metadata table in an existing schema.
 class MigrateTask
          Ant task that triggers the migration of the configured database to the latest version.
 class StatusTask
          Flyway status task.
 class ValidateTask
          Ant task to validate the applied migrations in the database against the available classpath migrations in order to detect accidental migration changes.
 



Copyright © 2012. All Rights Reserved.