|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.googlecode.flyway.maven.HistoryMojo
public class HistoryMojo
Maven goal that shows the history (all applied migrations) of the database.
| Field Summary | |
|---|---|
protected java.lang.String |
driver
The fully qualified classname of the jdbc driver to use to connect to the database. |
protected static org.apache.commons.logging.Log |
LOG
Logger. |
protected java.lang.String |
password
The password to use to connect to the database. |
protected java.lang.String |
url
The jdbc url to use to connect to the database. |
protected java.lang.String |
user
The user to use to connect to the database. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
HistoryMojo()
|
|
| Method Summary | |
|---|---|
protected void |
doExecute()
|
void |
execute()
|
protected javax.sql.DataSource |
getDataSource()
|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log LOG
protected java.lang.String driver
protected java.lang.String url
protected java.lang.String user
protected java.lang.String password
| Constructor Detail |
|---|
public HistoryMojo()
| Method Detail |
|---|
protected void doExecute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionMojo.execute()
protected javax.sql.DataSource getDataSource()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public final void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||