org.dbmaintain.maven.plugin
Class MarkErrorScriptPerformedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.dbmaintain.maven.plugin.BaseMojo
org.dbmaintain.maven.plugin.BaseDatabaseMojo
org.dbmaintain.maven.plugin.MarkErrorScriptPerformedMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class MarkErrorScriptPerformedMojo
- extends BaseDatabaseMojo
Task that indicates that the failed script was manually performed.
The script will NOT 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 |
MarkErrorScriptPerformedMojo
public MarkErrorScriptPerformedMojo()
createDbMaintainTask
protected DbMaintainTask createDbMaintainTask(List<DbMaintainDatabase> dbMaintainDatabases)
- Specified by:
createDbMaintainTask
in class BaseDatabaseMojo
Copyright © 2011. All Rights Reserved.