Uses of Class
com.chutneytesting.engine.domain.execution.report.StepExecutionReport
-
-
Uses of StepExecutionReport in com.chutneytesting.engine.domain.delegation
Methods in com.chutneytesting.engine.domain.delegation that return StepExecutionReport Modifier and Type Method Description StepExecutionReportDelegationClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate) -
Uses of StepExecutionReport in com.chutneytesting.engine.domain.execution.report
Fields in com.chutneytesting.engine.domain.execution.report with type parameters of type StepExecutionReport Modifier and Type Field Description List<StepExecutionReport>StepExecutionReport. stepsMethods in com.chutneytesting.engine.domain.execution.report that return StepExecutionReport Modifier and Type Method Description StepExecutionReportStepExecutionReportBuilder. createStepExecutionReport()Methods in com.chutneytesting.engine.domain.execution.report with parameters of type StepExecutionReport Modifier and Type Method Description StepExecutionReportBuilderStepExecutionReportBuilder. from(StepExecutionReport stepExecutionReport)Method parameters in com.chutneytesting.engine.domain.execution.report with type arguments of type StepExecutionReport Modifier and Type Method Description StepExecutionReportBuilderStepExecutionReportBuilder. setSteps(List<StepExecutionReport> steps) -
Uses of StepExecutionReport in com.chutneytesting.engine.domain.report
Methods in com.chutneytesting.engine.domain.report that return types with arguments of type StepExecutionReport Modifier and Type Method Description io.reactivex.Observable<StepExecutionReport>Reporter. subscribeOnExecution(Long executionId) -
Uses of StepExecutionReport in com.chutneytesting.engine.infrastructure.delegation
Methods in com.chutneytesting.engine.infrastructure.delegation that return StepExecutionReport Modifier and Type Method Description StepExecutionReportHttpClient. handDown(StepDefinition stepDefinition, NamedHostAndPort delegate)
-