Packages

p

io.gatling.core

structure

package structure

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ChainBuilder(actionBuilders: List[ActionBuilder]) extends StructureBuilder[ChainBuilder] with BuildAction with Product with Serializable

    This class defines chain related methods

    This class defines chain related methods

    actionBuilders

    the builders that represent the chain of actions of a scenario/chain

  2. final case class PopulationBuilder(scenarioBuilder: ScenarioBuilder, injectionProfile: InjectionProfile, scenarioProtocols: Protocols = Protocols(), scenarioThrottleSteps: Iterable[ThrottleStep] = Nil, pauseType: Option[PauseType] = None) extends LazyLogging with Product with Serializable
  3. final case class ScenarioBuilder(name: String, actionBuilders: List[ActionBuilder] = Nil) extends StructureBuilder[ScenarioBuilder] with BuildAction with Product with Serializable

    The scenario builder is used in the DSL to define the scenario

    The scenario builder is used in the DSL to define the scenario

    name

    the name of the scenario

    actionBuilders

    the list of all the actions that compose the scenario

  4. final case class ScenarioContext(coreComponents: CoreComponents, protocolComponentsRegistry: ProtocolComponentsRegistry, pauseType: PauseType, throttled: Boolean) extends Product with Serializable
  5. sealed trait StructureBuilder[B <: StructureBuilder[B]] extends Execs[B] with Pauses[B] with Feeds[B] with Loops[B] with ConditionalStatements[B] with Errors[B] with Groups[B]

    This trait defines most of the scenario related DSL

Value Members

  1. object Feeds

Ungrouped