Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpScenarioGlobalContext com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.withGlobalHeaders ( HttpHeaders  globalHeaders)

Sets headers for all steps.

Parameters
globalHeadersglobal headers to set

Definition at line 54 of file JHttpScenarioGlobalContext.java.

Referenced by com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.copy().

54  {
55  this.globalHeaders = globalHeaders;
56  return this;
57  }

Here is the caller graph for this function: