Class CypressPlugin

  • All Implemented Interfaces:
    step.core.plugins.ControllerPlugin, step.core.plugins.OptionalPlugin

    public class CypressPlugin
    extends step.core.plugins.AbstractControllerPlugin
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected step.core.GlobalContext context  
    • Constructor Summary

      Constructors 
      Constructor Description
      CypressPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterInitializeData​(step.core.GlobalContext context)  
      void executionControllerStart​(step.core.GlobalContext context)  
      step.core.plugins.WebPlugin getWebPlugin()  
      void initializeData​(step.core.GlobalContext context)  
      • Methods inherited from class step.core.plugins.AbstractControllerPlugin

        executionControllerDestroy, getExecutionEnginePlugin, migrateData, registerWebapp, registerWebappFromClass
      • Methods inherited from class step.core.plugins.AbstractPlugin

        toString, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • context

        protected step.core.GlobalContext context
    • Constructor Detail

      • CypressPlugin

        public CypressPlugin()
    • Method Detail

      • executionControllerStart

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

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

        public void afterInitializeData​(step.core.GlobalContext context)
                                 throws java.lang.Exception
        Specified by:
        afterInitializeData in interface step.core.plugins.ControllerPlugin
        Overrides:
        afterInitializeData in class step.core.plugins.AbstractControllerPlugin
        Throws:
        java.lang.Exception
      • getWebPlugin

        public step.core.plugins.WebPlugin getWebPlugin()
        Specified by:
        getWebPlugin in interface step.core.plugins.ControllerPlugin
        Overrides:
        getWebPlugin in class step.core.plugins.AbstractControllerPlugin