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

Global context for JHttpUserScenario which is used for storing global parameters: endpoints, headers, etc. More...

Public Member Functions

JHttpScenarioGlobalContext copy ()
 
List< String > getGlobalCookies ()
 
JHttpEndpoint getGlobalEndpoint ()
 
HttpHeaders getGlobalHeaders ()
 
String getPassword ()
 
String getUserName ()
 
JHttpScenarioGlobalContext withBasicAuth (String userName, String password)
 Sets basic auth credentials for all steps. More...
 
JHttpScenarioGlobalContext withGlobalCookie (String name, String value)
 Sets cookie for all steps. More...
 
JHttpScenarioGlobalContext withGlobalCookies (Map< String, String > cookies)
 Sets cookies for all steps. More...
 
JHttpScenarioGlobalContext withGlobalEndpoint (JHttpEndpoint globalEndpoint)
 Sets endpoint for all steps. More...
 
JHttpScenarioGlobalContext withGlobalHeader (String key, String value)
 Sets header for all steps. More...
 
JHttpScenarioGlobalContext withGlobalHeaders (HttpHeaders globalHeaders)
 Sets headers for all steps. More...
 
JHttpScenarioGlobalContext withGlobalHeaders (Map< String, List< String >> globalHeaders)
 Sets headers for all steps. More...
 

Detailed Description

Global context for JHttpUserScenario which is used for storing global parameters: endpoints, headers, etc.

Definition at line 16 of file JHttpScenarioGlobalContext.java.


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