Package

io.gatling.recorder

scenario

Permalink

package scenario

Visibility
  1. Public
  2. All

Type Members

  1. case class PauseElement(duration: FiniteDuration) extends ScenarioElement with Product with Serializable

    Permalink
  2. case class ProtocolDefinition(baseUrl: String, headers: Map[String, String]) extends Product with Serializable

    Permalink
  3. sealed trait RequestBody extends AnyRef

    Permalink
  4. case class RequestBodyBytes(bytes: Array[Byte]) extends RequestBody with Product with Serializable

    Permalink
  5. case class RequestBodyParams(params: List[(String, String)]) extends RequestBody with Product with Serializable

    Permalink
  6. case class RequestElement(uri: String, method: String, headers: Map[String, String], body: Option[RequestBody], responseBody: Option[ResponseBody], statusCode: Int, embeddedResources: List[EmbeddedResource], nonEmbeddedResources: List[RequestElement] = Nil) extends ScenarioElement with Product with Serializable

    Permalink
  7. sealed trait ResponseBody extends AnyRef

    Permalink
  8. case class ResponseBodyBytes(bytes: Array[Byte]) extends ResponseBody with Product with Serializable

    Permalink
  9. case class ScenarioDefinition(elements: Seq[ScenarioElement]) extends Product with Serializable

    Permalink
  10. sealed trait ScenarioElement extends AnyRef

    Permalink
  11. case class TagElement(text: String) extends ScenarioElement with Product with Serializable

    Permalink
  12. case class TimedScenarioElement[+T <: ScenarioElement](sendTime: Long, arrivalTime: Long, element: T) extends Product with Serializable

    Permalink

Value Members

  1. object ProtocolDefinition extends Serializable

    Permalink
  2. object RequestElement extends Serializable

    Permalink
  3. object ScenarioDefinition extends StrictLogging with Serializable

    Permalink
  4. object ScenarioExporter extends StrictLogging

    Permalink
  5. package template

    Permalink

Ungrouped