Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.invoker.scenario.JHttpUserScenarioStepInvocationResult.JHttpUserScenarioStepInvocationResult ( String  stepId,
String  stepDisplayName,
Number  latency,
Boolean  succeeded 
)

Definition at line 14 of file JHttpUserScenarioStepInvocationResult.java.

14  {
15  this.stepId = stepId;
16  this.stepDisplayName = stepDisplayName;
17  this.latency = latency;
18  this.succeeded = succeeded;
19  }