org.dbmaintain.maven.plugin
Class MarkErrorScriptRevertedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.dbmaintain.maven.plugin.BaseMojo
org.dbmaintain.maven.plugin.BaseDatabaseMojo
org.dbmaintain.maven.plugin.MarkErrorScriptRevertedMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class MarkErrorScriptRevertedMojo
- extends BaseDatabaseMojo
Task that indicates that the failed script was manually reverted.
The script will be run again in the next update.
No scripts will be executed by this task.
- Author:
- Tim Ducheyne, Filip Neven
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
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 |
MarkErrorScriptRevertedMojo
public MarkErrorScriptRevertedMojo()
createDbMaintainTask
protected DbMaintainTask createDbMaintainTask(List<DbMaintainDatabase> dbMaintainDatabases)
- Specified by:
createDbMaintainTask
in class BaseDatabaseMojo
Copyright © 2011. All Rights Reserved.