Class StepBuilder.ActionStep

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Step

        Step.Catalog
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionStep​(Action action)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean invoke​(Session session)
      This method should have no side-effect if it returns false.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActionStep

        public ActionStep​(Action action)
    • Method Detail

      • invoke

        public boolean invoke​(Session session)
        Description copied from interface: Step
        This method should have no side-effect if it returns false.
        Specified by:
        invoke in interface Step
        Parameters:
        session - User session.
        Returns:
        True if the step was successfully invoked or false when the execution is blocked.