Packages

p

io.gatling.core

structure

package structure

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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. 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. 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. case class ScenarioContext(coreComponents: CoreComponents, protocolComponentsRegistry: ProtocolComponentsRegistry, pauseType: PauseType, throttled: Boolean) extends Product with Serializable

Value Members

  1. object Feeds

Ungrouped