Uses of Class
com.chutneytesting.engine.domain.execution.report.StepExecutionReportBuilder
Packages that use StepExecutionReportBuilder
-
Uses of StepExecutionReportBuilder in com.chutneytesting.engine.domain.execution.report
Methods in com.chutneytesting.engine.domain.execution.report that return StepExecutionReportBuilderModifier and TypeMethodDescriptionStepExecutionReportBuilder.from(StepExecutionReport stepExecutionReport) StepExecutionReportBuilder.setDuration(long duration) StepExecutionReportBuilder.setEnvironment(String environment) StepExecutionReportBuilder.setEvaluatedInputs(Map<String, Object> evaluatedInputs) StepExecutionReportBuilder.setInformation(List<String> information) StepExecutionReportBuilder.setScenarioContext(Map<String, Object> scenarioContext) StepExecutionReportBuilder.setStartDate(Instant startDate) StepExecutionReportBuilder.setStepResults(Map<String, Object> stepResults) StepExecutionReportBuilder.setSteps(List<StepExecutionReport> steps) StepExecutionReportBuilder.setStrategy(String strategy) StepExecutionReportBuilder.setTargetName(String name) StepExecutionReportBuilder.setTargetUrl(String url)