Uses of Class
com.chutneytesting.server.core.domain.execution.report.StepExecutionReportCore
-
Packages that use StepExecutionReportCore Package Description com.chutneytesting.server.core.domain.execution com.chutneytesting.server.core.domain.execution.report -
-
Uses of StepExecutionReportCore in com.chutneytesting.server.core.domain.execution
Methods in com.chutneytesting.server.core.domain.execution that return StepExecutionReportCore Modifier and Type Method Description StepExecutionReportCoreServerTestEngine. execute(ExecutionRequest executionRequest)Methods in com.chutneytesting.server.core.domain.execution that return types with arguments of type StepExecutionReportCore Modifier and Type Method Description org.apache.commons.lang3.tuple.Pair<io.reactivex.Observable<StepExecutionReportCore>,Long>ServerTestEngine. executeAndFollow(ExecutionRequest executionRequest) -
Uses of StepExecutionReportCore in com.chutneytesting.server.core.domain.execution.report
Fields in com.chutneytesting.server.core.domain.execution.report declared as StepExecutionReportCore Modifier and Type Field Description StepExecutionReportCoreScenarioExecutionReport. reportFields in com.chutneytesting.server.core.domain.execution.report with type parameters of type StepExecutionReportCore Modifier and Type Field Description List<StepExecutionReportCore>StepExecutionReportCore. stepsMethods in com.chutneytesting.server.core.domain.execution.report that return StepExecutionReportCore Modifier and Type Method Description StepExecutionReportCoreStepExecutionReportCoreBuilder. createStepExecutionReport()Method parameters in com.chutneytesting.server.core.domain.execution.report with type arguments of type StepExecutionReportCore Modifier and Type Method Description StepExecutionReportCoreBuilderStepExecutionReportCoreBuilder. setSteps(List<StepExecutionReportCore> steps)Constructors in com.chutneytesting.server.core.domain.execution.report with parameters of type StepExecutionReportCore Constructor Description ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, StepExecutionReportCore report)
-