Packages

trait CoreDsl extends StructureSupport with PauseSupport with CheckSupport with FeederSupport with OpenInjectionSupport with ClosedInjectionSupport with ThrottlingSupport with AssertionSupport with BodySupport with CoreDefaultImplicits with ValidationImplicits

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoreDsl
  2. ValidationImplicits
  3. CoreDefaultImplicits
  4. BodySupport
  5. AssertionSupport
  6. ThrottlingSupport
  7. ClosedInjectionSupport
  8. OpenInjectionSupport
  9. FeederSupport
  10. ResourceCache
  11. CheckSupport
  12. PauseSupport
  13. StructureSupport
  14. StructureBuilder
  15. Groups
  16. Errors
  17. ConditionalStatements
  18. Loops
  19. Feeds
  20. Pauses
  21. Execs
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def configuration: GatlingConfiguration
    Definition Classes
    CoreDefaultImplicits

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def AllowList(patterns: String*): AllowList
  5. def ByteArrayBody(bytes: Expression[Array[Byte]]): BodyWithBytesExpression
    Definition Classes
    BodySupport
  6. def DenyList(patterns: String*): DenyList
  7. def ElFileBody(filePath: Expression[String])(implicit elFileBodies: ElFileBodies): BodyWithStringExpression
    Definition Classes
    BodySupport
  8. def InputStreamBody(is: Expression[InputStream]): Body
    Definition Classes
    BodySupport
  9. def PebbleFileBody(filePath: Expression[String])(implicit pebbleFileBodies: PebbleFileBodies, configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  10. def PebbleStringBody(string: String)(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  11. def RawFileBody(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyWithBytesExpression
    Definition Classes
    BodySupport
  12. def StringBody(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  13. def StringBody(string: String)(implicit configuration: GatlingConfiguration): BodyWithStringExpression
    Definition Classes
    BodySupport
  14. def actionBuilders: List[ActionBuilder]
    Attributes
    protected
    Definition Classes
    StructureSupport → Execs
  15. implicit def array2FeederBuilder[T](data: Array[Map[String, T]])(implicit configuration: GatlingConfiguration): FeederBuilderBase[T]
    Definition Classes
    FeederSupport
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def asLongAs(condition: Expression[Boolean], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = false)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  18. def asLongAsDuring(condition: Expression[Boolean], duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  19. def atOnceUsers(users: Int): OpenInjectionStep
    Definition Classes
    OpenInjectionSupport
  20. val bodyBytes: Find[BodyBytesCheckType, Array[Byte], Array[Byte]]
    Definition Classes
    CheckSupport
  21. val bodyLength: Find[BodyBytesCheckType, Int, Int]
    Definition Classes
    CheckSupport
  22. val bodyStream: Find[BodyStreamCheckType, () => InputStream, InputStream]
    Definition Classes
    CheckSupport
  23. val bodyString: Find[BodyStringCheckType, String, String]
    Definition Classes
    CheckSupport
  24. def cachedResource(customResourcesDirectory: Option[Path], path: String): Validation[Resource]
    Attributes
    protected
    Definition Classes
    ResourceCache
  25. def chain(newActionBuilders: Seq[ActionBuilder]): ChainBuilder
    Attributes
    protected
    Definition Classes
    StructureSupport → Execs
  26. def checkIf[R, C <: Check[R]](condition: (R, Session) => Validation[Boolean])(thenCheck: C)(implicit maker: TypedCheckIfMaker[R, C]): C
    Definition Classes
    CheckSupport
  27. def checkIf[C <: Check[_]](condition: Expression[Boolean])(thenCheck: C)(implicit maker: UntypedCheckIfMaker[C]): C
    Definition Classes
    CheckSupport
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. implicit def closedInjectionProfileFactory: InjectionProfileFactory[ClosedInjectionStep]
    Definition Classes
    ClosedInjectionSupport
  30. def constantConcurrentUsers(number: Int): Constant
    Definition Classes
    ClosedInjectionSupport
  31. val constantPauses: PauseType
    Definition Classes
    PauseSupport
  32. def constantUsersPerSec(rate: Double): ConstantRate
    Definition Classes
    OpenInjectionSupport
  33. def css(selector: Expression[String], nodeAttribute: String)(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, String] with CssOfType
    Definition Classes
    CheckSupport
  34. def css(selector: Expression[String])(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, String] with CssOfType
    Definition Classes
    CheckSupport
  35. def csv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  36. def customPauses(custom: Expression[Long]): PauseType
    Definition Classes
    PauseSupport
  37. implicit lazy val defaultCssSelectors: CssSelectors
    Definition Classes
    CoreDefaultImplicits
  38. implicit lazy val defaultJmesPaths: JmesPaths
    Definition Classes
    CoreDefaultImplicits
  39. implicit lazy val defaultJsonParsers: JsonParsers
    Definition Classes
    CoreDefaultImplicits
  40. implicit lazy val defaultJsonPaths: JsonPaths
    Definition Classes
    CoreDefaultImplicits
  41. implicit lazy val defaultPatterns: Patterns
    Definition Classes
    CoreDefaultImplicits
  42. implicit lazy val defaultXmlParsers: XmlParsers
    Definition Classes
    CoreDefaultImplicits
  43. def details(pathParts: AssertionPathParts)(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  44. val disabledPauses: PauseType
    Definition Classes
    PauseSupport
  45. def doIf(condition: Expression[Boolean])(thenNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario

    Method used to add a conditional execution in the scenario

    condition

    the function that will determine if the condition is satisfied or not

    thenNext

    the chain to be executed if the condition is satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  46. def doIfEquals(actual: Expression[Any], expected: Expression[Any])(thenNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario

    Method used to add a conditional execution in the scenario

    actual

    the real value

    expected

    the expected value

    thenNext

    the chain to be executed if the condition is satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  47. def doIfEqualsOrElse(actual: Expression[Any], expected: Expression[Any])(thenNext: ChainBuilder)(elseNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    actual

    the real value

    expected

    the expected value

    thenNext

    the chain to be executed if the condition is satisfied

    elseNext

    the chain to be executed if the condition is not satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  48. def doIfOrElse(condition: Expression[Boolean])(thenNext: ChainBuilder)(elseNext: ChainBuilder): ChainBuilder

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    Method used to add a conditional execution in the scenario with a fall back action if condition is not satisfied

    condition

    the function that will determine if the condition is satisfied or not

    thenNext

    the chain to be executed if the condition is satisfied

    elseNext

    the chain to be executed if the condition is not satisfied

    returns

    a new builder with a conditional execution added to its actions

    Definition Classes
    ConditionalStatements
  49. def doSwitch(value: Expression[Any])(possibilities: (Any, ChainBuilder)*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a key. Switch is selected through the matching of a key with the evaluation of the passed expression. If no switch is selected, switch is bypassed.

    value

    expression to evaluate and match to find the right subchain

    possibilities

    tuples of key and subchain

    returns

    a new builder with a switch added to its actions

    Definition Classes
    ConditionalStatements
  50. def doSwitchOrElse(value: Expression[Any])(possibilities: (Any, ChainBuilder)*)(elseNext: ChainBuilder): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a key. Switch is selected through the matching of a key with the evaluation of the passed expression. If no switch is selected, the fallback subchain is used.

    value

    expression to evaluate and match to find the right subchain

    possibilities

    tuples of key and subchain

    elseNext

    fallback subchain

    returns

    a new builder with a switch added to its actions

    Definition Classes
    ConditionalStatements
  51. def doWhile(condition: Expression[Boolean], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  52. def doWhileDuring(condition: Expression[Boolean], duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  53. def during(duration: Expression[FiniteDuration], counterName: String = UUID.randomUUID.toString, exitASAP: Boolean = true)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  54. implicit lazy val elFileBodies: ElFileBodies
    Definition Classes
    CoreDefaultImplicits
  55. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  56. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  57. def exec[T <: Execs[_]](execs: Iterable[T]): ChainBuilder
    Definition Classes
    Execs
  58. def exec[T <: Execs[_]](execs: T*): ChainBuilder
    Definition Classes
    Execs
  59. def exec(actionBuilder: ActionBuilder): ChainBuilder
    Definition Classes
    Execs
  60. def exec(sessionFunction: Expression[Session]): ChainBuilder
    Definition Classes
    Execs
  61. def exitBlockOnFail(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Errors
  62. def exitHere: ChainBuilder
    Definition Classes
    Errors
  63. def exitHereIf(condition: Expression[Boolean]): ChainBuilder
    Definition Classes
    Errors
  64. def exitHereIfFailed: ChainBuilder
    Definition Classes
    Errors
  65. val exponentialPauses: PauseType
    Definition Classes
    PauseSupport
  66. def feed(feeder: Feeder[Any], number: Expression[Int]): ChainBuilder

    Chain an action that will inject multiple data records into the virtual users' Session

    Chain an action that will inject multiple data records into the virtual users' Session

    feeder

    a source of records

    number

    the number of records to be injected

    Definition Classes
    Feeds
  67. def feed(feeder: Feeder[Any]): ChainBuilder

    Chain an action that will inject a single data record into the virtual users' Session

    Chain an action that will inject a single data record into the virtual users' Session

    feeder

    a source of records

    Definition Classes
    Feeds
  68. def feed(feederBuilder: FeederBuilder): ChainBuilder

    Chain an action that will inject a single data record into the virtual users' Session

    Chain an action that will inject a single data record into the virtual users' Session

    feederBuilder

    a factory of a source of records

    Definition Classes
    Feeds
  69. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  70. implicit def find2Final[T, P, X](findCheckBuilder: Find[T, P, X]): Final[T, P]
    Definition Classes
    CheckSupport
  71. implicit def find2Validate[T, P, X](findCheckBuilder: Find[T, P, X]): Validate[T, P, X]
    Definition Classes
    CheckSupport
  72. def forAll(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  73. def foreach(seq: Expression[Seq[Any]], attributeName: String, counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  74. def forever(counterName: String)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
  75. def forever(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
  76. def form(selector: Expression[String])(implicit selectors: CssSelectors): MultipleFind[CssCheckType, NodeSelector, Map[String, Any]]
    Definition Classes
    CheckSupport
  77. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. def global(implicit configuration: GatlingConfiguration): AssertionWithPath
    Definition Classes
    AssertionSupport
  79. def group(name: Expression[String])(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Groups
  80. def gzipBody: (Body) => Body
    Definition Classes
    BodySupport
  81. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  82. def holdFor(duration: FiniteDuration): ThrottleStep
    Definition Classes
    ThrottlingSupport
  83. def incrementConcurrentUsers(concurrentUsers: Int): Times
    Definition Classes
    ClosedInjectionSupport
  84. def incrementUsersPerSec(usersPerSec: Double): Times
    Definition Classes
    OpenInjectionSupport
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. def jmesPath(path: Expression[String])(implicit jmesPaths: JmesPaths): Find[JmesPathCheckType, JsonNode, String] with JmesPathOfType
    Definition Classes
    CheckSupport
  87. def jsonFile(filePath: String)(implicit jsonParsers: JsonParsers, configuration: GatlingConfiguration): FileBasedFeederBuilder[Any]
    Definition Classes
    FeederSupport
  88. def jsonPath(path: Expression[String])(implicit jsonPaths: JsonPaths): MultipleFind[JsonPathCheckType, JsonNode, String] with JsonPathOfType
    Definition Classes
    CheckSupport
  89. def jsonUrl(url: String)(implicit jsonParsers: JsonParsers, configuration: GatlingConfiguration): FeederBuilderBase[Any]
    Definition Classes
    FeederSupport
  90. def jsonpJmesPath(path: Expression[String])(implicit jmesPaths: JmesPaths): Find[JsonpJmesPathCheckType, JsonNode, String] with JsonpJmesPathOfType
    Definition Classes
    CheckSupport
  91. def jsonpJsonPath(path: Expression[String])(implicit jsonPaths: JsonPaths): MultipleFind[JsonpJsonPathCheckType, JsonNode, String] with JsonpJsonPathOfType
    Definition Classes
    CheckSupport
  92. def jumpToRps(target: Int): ThrottleStep
    Definition Classes
    ThrottlingSupport
  93. val md5: Find[Md5CheckType, String, String]
    Definition Classes
    CheckSupport
  94. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  95. def normalPausesWithPercentageDuration(stdDev: Double): PauseType
    Definition Classes
    PauseSupport
  96. def normalPausesWithStdDevDuration(stdDev: FiniteDuration): PauseType
    Definition Classes
    PauseSupport
  97. def nothingFor(d: FiniteDuration): OpenInjectionStep
    Definition Classes
    OpenInjectionSupport
  98. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  99. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  100. implicit def openInjectionProfileFactory: InjectionProfileFactory[OpenInjectionStep]
    Definition Classes
    OpenInjectionSupport
  101. def pace(min: Expression[FiniteDuration], max: Expression[FiniteDuration], counter: String): ChainBuilder
    Definition Classes
    Pauses
  102. def pace(min: Expression[FiniteDuration], max: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  103. def pace(min: String, max: String, unit: TimeUnit, counter: String): ChainBuilder
    Definition Classes
    Pauses
  104. def pace(min: String, max: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  105. def pace(min: FiniteDuration, max: FiniteDuration, counter: String): ChainBuilder
    Definition Classes
    Pauses
  106. def pace(min: FiniteDuration, max: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  107. def pace(duration: Expression[FiniteDuration], counter: String): ChainBuilder
    Definition Classes
    Pauses
  108. def pace(duration: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  109. def pace(duration: String, unit: TimeUnit = TimeUnit.SECONDS): ChainBuilder
    Definition Classes
    Pauses
    Annotations
    @SuppressWarnings()
  110. def pace(duration: FiniteDuration, counter: String): ChainBuilder
    Definition Classes
    Pauses
  111. def pace(duration: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  112. def pause(duration: Expression[FiniteDuration], force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  113. def pause(duration: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  114. def pause(min: Expression[FiniteDuration], max: Expression[FiniteDuration], force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  115. def pause(min: Expression[FiniteDuration], max: Expression[FiniteDuration]): ChainBuilder
    Definition Classes
    Pauses
  116. def pause(min: String, max: String, unit: TimeUnit, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  117. def pause(min: String, max: String, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  118. def pause(min: String, max: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  119. def pause(min: String, max: String): ChainBuilder
    Definition Classes
    Pauses
  120. def pause(min: FiniteDuration, max: FiniteDuration, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  121. def pause(min: FiniteDuration, max: FiniteDuration): ChainBuilder
    Definition Classes
    Pauses
  122. def pause(duration: String, unit: TimeUnit, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  123. def pause(duration: String, unit: TimeUnit): ChainBuilder
    Definition Classes
    Pauses
  124. def pause(duration: String, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  125. def pause(duration: String): ChainBuilder
    Definition Classes
    Pauses
  126. def pause(duration: FiniteDuration, force: PauseType): ChainBuilder
    Definition Classes
    Pauses
  127. def pause(duration: FiniteDuration): ChainBuilder

    Method used to define a pause based on a duration defined in the session

    Method used to define a pause based on a duration defined in the session

    duration

    Expression that when resolved, provides the pause duration

    returns

    a new builder with a pause added to its actions

    Definition Classes
    Pauses
  128. implicit lazy val pebbleFileBodies: PebbleFileBodies
    Definition Classes
    CoreDefaultImplicits
  129. def rampConcurrentUsers(from: Int): To
    Definition Classes
    ClosedInjectionSupport
  130. def rampUsers(users: Int): Ramp
    Definition Classes
    OpenInjectionSupport
  131. def rampUsersPerSec(rate1: Double): To
    Definition Classes
    OpenInjectionSupport
  132. def randomSwitch(possibilities: (Double, ChainBuilder)*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a percentage. Switch is selected randomly. If no switch is selected (ie: random number exceeds percentages sum), switch is bypassed. Percentages sum can't exceed 100%.

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  133. def randomSwitchOrElse(possibilities: (Double, ChainBuilder)*)(elseNext: ChainBuilder): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Every possible subchain is defined with a percentage. Switch is selected randomly. If no switch is selected (ie: random number exceeds percentages sum), the subchain defined as the fallback will be used. Percentages sum must be below 100%.

    possibilities

    the possible subchains

    elseNext

    fallback subchain

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  134. implicit lazy val rawFileBodies: RawFileBodies
    Definition Classes
    CoreDefaultImplicits
  135. def reachRps(target: Int): ReachIntermediate
    Definition Classes
    ThrottlingSupport
  136. def regex(pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[RegexCheckType, String, String] with RegexOfType
    Definition Classes
    CheckSupport
  137. def registerJmesPathFunctions(functions: Function*): Unit
    Definition Classes
    CheckSupport
  138. def registerPebbleExtensions(extensions: Extension*): Unit
    Definition Classes
    BodySupport
  139. def rendezVous(users: Int): ChainBuilder
    Definition Classes
    Pauses
  140. def repeat(times: Expression[Int], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Loops
    Annotations
    @SuppressWarnings()
  141. val responseTimeInMillis: Find[ResponseTimeCheckType, ResponseTimings, Int]
    Definition Classes
    CheckSupport
  142. def roundRobinSwitch(possibilities: ChainBuilder*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Selection uses a round robin strategy

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  143. def scenario(name: String): ScenarioBuilder
  144. def separatedValues(filePath: String, separator: Char, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  145. implicit def seq2FeederBuilder[T](data: IndexedSeq[Map[String, T]])(implicit configuration: GatlingConfiguration): FeederBuilderBase[T]
    Definition Classes
    FeederSupport
  146. val sha1: Find[Sha1CheckType, String, String]
    Definition Classes
    CheckSupport
  147. def ssv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  148. def stopInjector(message: Expression[String]): ChainBuilder
    Definition Classes
    Errors
  149. def stressPeakUsers(users: Int): StressPeak
    Definition Classes
    OpenInjectionSupport
  150. implicit def string2PathParts(string: String): AssertionPathParts
    Definition Classes
    AssertionSupport
  151. implicit def stringToExpression[T](string: String)(implicit arg0: TypeCaster[T], arg1: Exclude[NonValidable, T], arg2: ClassTag[T]): Expression[T]
    Definition Classes
    ValidationImplicits
  152. def substring(pattern: Expression[String]): MultipleFind[SubstringCheckType, String, Int]
    Definition Classes
    CheckSupport
  153. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  154. def toString(): String
    Definition Classes
    AnyRef → Any
  155. def tryMax(times: Expression[Int], counterName: String = UUID.randomUUID.toString)(chain: ChainBuilder): ChainBuilder
    Definition Classes
    Errors
    Annotations
    @SuppressWarnings()
  156. def tsv(filePath: String, quoteChar: Char = DefaultQuoteChar)(implicit configuration: GatlingConfiguration): BatchableFeederBuilder[String]
    Definition Classes
    FeederSupport
    Annotations
    @SuppressWarnings()
  157. def uniformPausesPlusOrMinusDuration(plusOrMinus: FiniteDuration): PauseType
    Definition Classes
    PauseSupport
  158. def uniformPausesPlusOrMinusPercentage(plusOrMinus: Double): PauseType
    Definition Classes
    PauseSupport
  159. def uniformRandomSwitch(possibilities: ChainBuilder*): ChainBuilder

    Add a switch in the chain.

    Add a switch in the chain. Selection uses a uniformly distributed random strategy

    possibilities

    the possible subchains

    returns

    a new builder with a random switch added to its actions

    Definition Classes
    ConditionalStatements
  160. implicit def validate2Final[T, P, X](validatorCheckBuilder: Validate[T, P, X]): Final[T, P]
    Definition Classes
    CheckSupport
  161. implicit def value2Expression[T](value: T)(implicit arg0: Exclude[NonValidable, T]): Expression[T]
    Definition Classes
    ValidationImplicits
  162. implicit def value2NoUnexpectedValidationLifting[T](value: T): NoUnexpectedValidationLifting[T]
    Definition Classes
    ValidationImplicits
  163. implicit def value2Success[T](value: T)(implicit arg0: Exclude[NonValidable, T]): Validation[T]
    Definition Classes
    ValidationImplicits
  164. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  165. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  166. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  167. def xpath(path: Expression[String], namespaces: Map[String, String])(implicit xmlParsers: XmlParsers): MultipleFind[XPathCheckType, XdmNode, String]
    Definition Classes
    CheckSupport
  168. def xpath(path: Expression[String])(implicit xmlParsers: XmlParsers): MultipleFind[XPathCheckType, XdmNode, String]
    Definition Classes
    CheckSupport

Deprecated Value Members

  1. def BlackList(patterns: String*): DenyList
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use DenyList instead.

  2. def WhiteList(patterns: String*): AllowList
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use AllowList instead.

  3. def feed(feederBuilder: FeederBuilder, number: Expression[Int]): ChainBuilder

    Chain an action that will inject multiple data records into the virtual users' Session

    Chain an action that will inject multiple data records into the virtual users' Session

    feederBuilder

    a factory of a source of records

    number

    the number of records to be injected

    Definition Classes
    Feeds
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) This feature will be dropped in the next release

  4. def feed(feederBuilder: FeederBuilder, number: Int): ChainBuilder
    Definition Classes
    Feeds
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Feeding multiple records at once and translating names will be dropped in the next release

  5. def flattenMapIntoAttributes(map: Expression[Map[String, Any]]): Expression[Session]
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Will be removed in a future release. Please use Gatling EL Map key access.

  6. def heavisideUsers(users: Int): StressPeak
    Definition Classes
    OpenInjectionSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) User stressPeakUsers instead

  7. def streamBody: (Body) => Body
    Definition Classes
    BodySupport
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Probably no use case for this, will be removed in a future release.

Inherited from ValidationImplicits

Inherited from CoreDefaultImplicits

Inherited from BodySupport

Inherited from AssertionSupport

Inherited from ThrottlingSupport

Inherited from ClosedInjectionSupport

Inherited from OpenInjectionSupport

Inherited from FeederSupport

Inherited from ResourceCache

Inherited from CheckSupport

Inherited from PauseSupport

Inherited from StructureSupport

Inherited from Groups[ChainBuilder]

Inherited from Errors[ChainBuilder]

Inherited from ConditionalStatements[ChainBuilder]

Inherited from Loops[ChainBuilder]

Inherited from Feeds[ChainBuilder]

Inherited from Pauses[ChainBuilder]

Inherited from Execs[ChainBuilder]

Inherited from AnyRef

Inherited from Any

Ungrouped