Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpScenarioGlobalContext com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.withGlobalEndpoint ( JHttpEndpoint  globalEndpoint)

Sets endpoint for all steps.

Endpoint still can be overridden in JHttpUserScenarioStep.Builder#withPreProcessFunction

Parameters
globalEndpointglobal endpoint to set

Definition at line 35 of file JHttpScenarioGlobalContext.java.

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

35  {
36  this.globalEndpoint = globalEndpoint;
37  return this;
38  }

Here is the caller graph for this function: