Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.invoker.scenario.JHttpUserScenario Class Reference

This class is a representation of user scenario - sequence of the related http requests Can be invoked by JHttpUserScenarioInvoker. More...

Public Member Functions

JHttpUserScenario addStep (JHttpUserScenarioStep userScenarioStep)
 
String getScenarioDisplayName ()
 
JHttpScenarioGlobalContext getScenarioGlobalContext ()
 
String getScenarioId ()
 
JHttpUserScenarioStep getUserScenarioStep (int index)
 
List< JHttpUserScenarioStepgetUserScenarioSteps ()
 
 JHttpUserScenario (String scenarioId, String scenarioDisplayName)
 
JHttpUserScenario withScenarioGlobalContext (JHttpScenarioGlobalContext scenarioGlobalContext)
 

Detailed Description

This class is a representation of user scenario - sequence of the related http requests Can be invoked by JHttpUserScenarioInvoker.

User can create as many steps (JHttpUserScenarioStep) as needed and they will be invoked as one invocation. If any step fails whole scenario invacation will be marked as failed.

See Also
JHttpUserScenarioInvoker
JHttpUserScenarioInvocationListener

Definition at line 19 of file JHttpUserScenario.java.


The documentation for this class was generated from the following file: