Interface IStepExecutable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
      Executes the step code.
    • Method Detail

      • execute

        void execute​(java.util.Map<java.lang.String,​java.lang.String> parameters)
              throws java.lang.Throwable
        Executes the step code.
        Parameters:
        parameters - the parameters configured in the step.
        Throws:
        java.lang.Throwable
        Since:
        7.1.0