Class HousekeepingPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPluginCallbacks, step.core.plugins.ExecutionCallbacks, step.core.plugins.PluginCallbacks

    public class HousekeepingPlugin
    extends AbstractLicensedPlugin
    • Constructor Detail

      • HousekeepingPlugin

        public HousekeepingPlugin()
    • Method Detail

      • executionControllerStart

        public void executionControllerStart​(step.core.GlobalContext context)
                                      throws Exception
        Specified by:
        executionControllerStart in interface step.core.plugins.ControllerPluginCallbacks
        Overrides:
        executionControllerStart in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • initializeData

        public void initializeData​(step.core.GlobalContext context)
                            throws Exception
        Specified by:
        initializeData in interface step.core.plugins.ControllerPluginCallbacks
        Overrides:
        initializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        Exception
      • createHousekeepingControllerSettingsIfNecessary

        protected void createHousekeepingControllerSettingsIfNecessary​(step.core.GlobalContext context)
      • createSettingIfNotExisting

        protected void createSettingIfNotExisting​(step.core.GlobalContext context,
                                                  String key,
                                                  String defaultValue)
      • executionStart

        public void executionStart​(step.core.execution.ExecutionContext context)
        Specified by:
        executionStart in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        executionStart in class step.core.plugins.AbstractExecutionPlugin
      • afterExecutionEnd

        public void afterExecutionEnd​(step.core.execution.ExecutionContext context)
        Specified by:
        afterExecutionEnd in interface step.core.plugins.ExecutionCallbacks
        Overrides:
        afterExecutionEnd in class step.core.plugins.AbstractExecutionPlugin
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin