Package

io.gatling.core.action

builder

Permalink

package builder

Visibility
  1. Public
  2. All

Type Members

  1. trait ActionBuilder extends AnyRef

    Permalink

    Top level abstraction for components in charge of building Actions.

    Top level abstraction for components in charge of building Actions. ActionBuilder is what is passed to the DSL exec() method.

  2. class CustomPauseBuilder extends ActionBuilder with NameGen

    Permalink

    Builder for the custom 'pause' action.

  3. class FeedBuilder extends ActionBuilder with NameGen

    Permalink
  4. class IfBuilder extends ActionBuilder

    Permalink

  5. class LoopBuilder extends ActionBuilder with NameGen

    Permalink

  6. sealed abstract class LoopType extends AnyRef

    Permalink
  7. class PaceBuilder extends ActionBuilder

    Permalink

    Builder for the Pace action

    Builder for the Pace action

    Originally contributed by James Pickering.

  8. class PauseBuilder extends ActionBuilder with NameGen

    Permalink

    Builder for the 'pause' action.

  9. class RandomSwitchBuilder extends ActionBuilder with StrictLogging with NameGen

    Permalink
  10. class RendezVousBuilder extends ActionBuilder

    Permalink
  11. class RoundRobinSwitchBuilder extends ActionBuilder with NameGen

    Permalink
  12. class SessionHookBuilder extends ActionBuilder with NameGen

    Permalink

    Builder for SimpleAction

  13. class SwitchBuilder extends ActionBuilder with NameGen

    Permalink
  14. class TryMaxBuilder extends ActionBuilder

    Permalink

Value Members

  1. object AsLongAsLoopType extends LoopType with Product with Serializable

    Permalink
  2. object DuringLoopType extends LoopType with Product with Serializable

    Permalink
  3. object ExitHereIfFailedBuilder extends ActionBuilder

    Permalink
  4. object FeedBuilder

    Permalink
  5. object ForeachLoopType extends LoopType with Product with Serializable

    Permalink
  6. object ForeverLoopType extends LoopType with Product with Serializable

    Permalink
  7. object GroupBuilder

    Permalink
  8. object RandomSwitchBuilder

    Permalink
  9. object RepeatLoopType extends LoopType with Product with Serializable

    Permalink

Ungrouped