Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JHttpScenarioGlobalContext com.griddynamics.jagger.invoker.scenario.JHttpScenarioGlobalContext.withBasicAuth ( String  userName,
String  password 
)

Sets basic auth credentials for all steps.

Definition at line 43 of file JHttpScenarioGlobalContext.java.

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

43  {
44  this.userName = userName;
45  this.password = password;
46  return this;
47  }

Here is the caller graph for this function: