Index

B C D E F G I M N O R S U V W 
All Classes and Interfaces|All Packages

B

BaselineMojo - Class in org.flywaydb.maven
Baselines an existing database, excluding all migrations up to and including baselineVersion.
BaselineMojo() - Constructor for class org.flywaydb.maven.BaselineMojo
 

C

CleanMojo - Class in org.flywaydb.maven
Maven goal that drops all database objects (tables, views, procedures, triggers, ...) in the configured schemas.
CleanMojo() - Constructor for class org.flywaydb.maven.CleanMojo
 
createLogger(Class<?>) - Method in class org.flywaydb.maven.MavenLogCreator
 

D

debug(String) - Method in class org.flywaydb.maven.MavenLog
 
doExecute(Flyway) - Method in class org.flywaydb.maven.BaselineMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.CleanMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.InfoMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.MigrateMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.RepairMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.UndoMojo
 
doExecute(Flyway) - Method in class org.flywaydb.maven.ValidateMojo
 
driver - Variable in class org.flywaydb.maven.BaselineMojo
The fully qualified classname of the JDBC driver to use to connect to the database.

E

error(String) - Method in class org.flywaydb.maven.MavenLog
 
error(String, Exception) - Method in class org.flywaydb.maven.MavenLog
 
execute() - Method in class org.flywaydb.maven.BaselineMojo
 

F

failOnMissingLocations - Variable in class org.flywaydb.maven.BaselineMojo
Whether to fail if a location specified in the flyway.locations option doesn't exist

G

getBooleanProperty(String, boolean) - Method in class org.flywaydb.maven.BaselineMojo
Retrieves the value of this boolean property, based on the matching System property on the Maven property.
getPluginConfiguration(Map<String, String>) - Method in class org.flywaydb.maven.BaselineMojo
 
getProperty(String) - Method in class org.flywaydb.maven.BaselineMojo
Retrieves this property from either the system or the maven properties.

I

info(String) - Method in class org.flywaydb.maven.MavenLog
 
InfoMojo - Class in org.flywaydb.maven
Maven goal to retrieve the complete information about the migrations including applied, pending and current migrations with details and status.
InfoMojo() - Constructor for class org.flywaydb.maven.InfoMojo
 
isDebugEnabled() - Method in class org.flywaydb.maven.MavenLog
 

M

MavenLog - Class in org.flywaydb.maven
 
MavenLogCreator - Class in org.flywaydb.maven
 
mavenProject - Variable in class org.flywaydb.maven.BaselineMojo
Reference to the current project that includes the Flyway Maven plugin.
MigrateMojo - Class in org.flywaydb.maven
Maven goal that triggers the migration of the configured database to the latest version.
MigrateMojo() - Constructor for class org.flywaydb.maven.MigrateMojo
 

N

notice(String) - Method in class org.flywaydb.maven.MavenLog
 

O

org.flywaydb.maven - package org.flywaydb.maven
 

R

RepairMojo - Class in org.flywaydb.maven
Repairs the Flyway schema history table.
RepairMojo() - Constructor for class org.flywaydb.maven.RepairMojo
 

S

settings - Variable in class org.flywaydb.maven.BaselineMojo
The link to the settings.xml
skip - Variable in class org.flywaydb.maven.BaselineMojo
Whether to skip the execution of the Maven Plugin for this module.

U

UndoMojo - Class in org.flywaydb.maven
Undoes the most recently applied versioned migration.
UndoMojo() - Constructor for class org.flywaydb.maven.UndoMojo
 
url - Variable in class org.flywaydb.maven.BaselineMojo
The JDBC url to use to connect to the database.
user - Variable in class org.flywaydb.maven.BaselineMojo
The user to use to connect to the database.

V

ValidateMojo - Class in org.flywaydb.maven
Validate applied migrations against resolved ones (on the filesystem or classpath) to detect accidental changes that may prevent the schema(s) from being recreated exactly.
ValidateMojo() - Constructor for class org.flywaydb.maven.ValidateMojo
 

W

warn(String) - Method in class org.flywaydb.maven.MavenLog
 
B C D E F G I M N O R S U V W 
All Classes and Interfaces|All Packages