Class MonitoringDashboardPlugin
- java.lang.Object
-
- step.core.plugins.AbstractPlugin
-
- step.core.plugins.AbstractControllerPlugin
-
- step.plugins.licensing.AbstractLicensedControllerPlugin
-
- step.plugins.dashboards.monitoring.MonitoringDashboardPlugin
-
- All Implemented Interfaces:
step.core.plugins.ControllerPlugin,step.core.plugins.OptionalPlugin
public class MonitoringDashboardPlugin extends AbstractLicensedControllerPlugin
-
-
Constructor Summary
Constructors Constructor Description MonitoringDashboardPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecutionControllerStart(step.core.GlobalContext context)step.engine.plugins.ExecutionEnginePlugingetExecutionEnginePlugin()protected java.lang.StringgetModuleName()step.core.plugins.WebPlugingetWebPlugin()
-
-
-
Method Detail
-
getModuleName
protected java.lang.String getModuleName()
- Specified by:
getModuleNamein classAbstractLicensedControllerPlugin
-
executionControllerStart
public void executionControllerStart(step.core.GlobalContext context) throws java.lang.Exception- Specified by:
executionControllerStartin interfacestep.core.plugins.ControllerPlugin- Overrides:
executionControllerStartin classstep.core.plugins.AbstractControllerPlugin- Throws:
java.lang.Exception
-
getExecutionEnginePlugin
public step.engine.plugins.ExecutionEnginePlugin getExecutionEnginePlugin()
- Specified by:
getExecutionEnginePluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getExecutionEnginePluginin classstep.core.plugins.AbstractControllerPlugin
-
getWebPlugin
public step.core.plugins.WebPlugin getWebPlugin()
- Specified by:
getWebPluginin interfacestep.core.plugins.ControllerPlugin- Overrides:
getWebPluginin classstep.core.plugins.AbstractControllerPlugin
-
-