Package step.migration.tasks
Class EnterpriseMigrationTasksPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractExecutionPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.migration.tasks.EnterpriseMigrationTasksPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPluginCallbacks
,step.core.plugins.ExecutionCallbacks
,step.core.plugins.PluginCallbacks
public class EnterpriseMigrationTasksPlugin extends step.core.plugins.AbstractControllerPlugin
This plugin is responsible for the registration of the migration tasks
-
-
Constructor Summary
Constructors Constructor Description EnterpriseMigrationTasksPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executionControllerStart​(step.core.GlobalContext context)
-
Methods inherited from class step.core.plugins.AbstractControllerPlugin
afterInitializeData, executionControllerDestroy, getWebPlugin, initializeData, registerWebapp
-
Methods inherited from class step.core.plugins.AbstractExecutionPlugin
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, beforeReportNodeExecution, executionStart, rollbackReportNode, rollbackReportNode, unassociateThread
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface step.core.plugins.ExecutionCallbacks
afterExecutionEnd, afterFunctionExecution, afterReportNodeExecution, afterReportNodeSkeletonCreation, associateThread, associateThread, beforeExecutionEnd, beforeFunctionExecution, beforePlanImport, beforeReportNodeExecution, executionStart, rollbackReportNode, unassociateThread
-
-
-
-
Method Detail
-
executionControllerStart
public void executionControllerStart​(step.core.GlobalContext context) throws Exception
- Specified by:
executionControllerStart
in interfacestep.core.plugins.ControllerPluginCallbacks
- Overrides:
executionControllerStart
in classstep.core.plugins.AbstractControllerPlugin
- Throws:
Exception
-
-