Class NotificationPlugin

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

    public class NotificationPlugin
    extends AbstractLicensedPlugin
    • Constructor Detail

      • NotificationPlugin

        public NotificationPlugin()
    • 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
      • 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