Interface IStepExecutable

    • Method Detail

      • execute

        void execute​(IStep step)
              throws Throwable
        Executes the step code.
        Parameters:
        step - the step owner of the executable.
        Throws:
        Throwable
        Since:
        7.1.0
      • getDescription

        String getDescription()
        Returns the description of the step.
        Returns:
        the description of the step.
        Since:
        7.1.0
      • getMessage

        String getMessage()
        Returns the message of the step.
        Returns:
        the message of the step.
        Since:
        7.1.0
      • stepIgnored

        void stepIgnored​(IStep step)
                  throws Throwable
        Callback invoked when the step is ignored.
        Parameters:
        step - the ignored step.
        Throws:
        Throwable
        Since:
        7.1.0