Class ScenarioExecutionReport
java.lang.Object
com.chutneytesting.server.core.domain.execution.report.ScenarioExecutionReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal longfinal StepExecutionReportCorefinal Stringfinal String -
Constructor Summary
ConstructorsConstructorDescriptionScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, StepExecutionReportCore report) -
Method Summary
-
Field Details
-
executionId
public final long executionId -
scenarioName
-
environment
-
user
-
contextVariables
-
report
-
-
Constructor Details
-
ScenarioExecutionReport
public ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, StepExecutionReportCore report)
-