Package

io.gatling.core

pause

Permalink

package pause

Visibility
  1. Public
  2. All

Type Members

  1. case class Custom(custom: Expression[Long]) extends PauseType with Product with Serializable

    Permalink
  2. case class NormalWithPercentageDuration(stdDev: Double) extends PauseType with Product with Serializable

    Permalink
  3. case class NormalWithStdDevDuration(stdDev: Duration) extends PauseType with Product with Serializable

    Permalink
  4. trait PauseSupport extends AnyRef

    Permalink
  5. sealed abstract class PauseType extends AnyRef

    Permalink
  6. case class UniformDuration(plusOrMinus: Duration) extends PauseType with Product with Serializable

    Permalink
  7. case class UniformPercentage(plusOrMinus: Double) extends PauseType with Product with Serializable

    Permalink

Value Members

  1. object Constant extends PauseType

    Permalink
  2. object Disabled extends PauseType

    Permalink
  3. object Exponential extends PauseType

    Permalink

Ungrouped