org.dbmaintain.launch.task
Class MarkErrorScriptPerformedTask
java.lang.Object
org.dbmaintain.launch.task.DbMaintainTask
org.dbmaintain.launch.task.DbMaintainDatabaseTask
org.dbmaintain.launch.task.MarkErrorScriptPerformedTask
public class MarkErrorScriptPerformedTask
- extends DbMaintainDatabaseTask
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkErrorScriptPerformedTask
public MarkErrorScriptPerformedTask()
MarkErrorScriptPerformedTask
public MarkErrorScriptPerformedTask(List<DbMaintainDatabase> taskDatabases)
addTaskConfiguration
protected void addTaskConfiguration(TaskConfiguration taskConfiguration)
- Description copied from class:
DbMaintainTask
- Implement by adding specific configuration for this task
- Specified by:
addTaskConfiguration
in class DbMaintainTask
- Parameters:
taskConfiguration
- the configuration object that assembles all dbmaintain property values, not null
doExecute
protected boolean doExecute(MainFactory mainFactory)
- Description copied from class:
DbMaintainTask
- Implement by invoking the actual behavior
- Specified by:
doExecute
in class DbMaintainTask
- Parameters:
mainFactory
- The main factory, not null
- Returns:
- True if the task was performed
Copyright © 2011. All Rights Reserved.