Uses of Class
com.chutneytesting.engine.api.execution.StepExecutionReportDto.StepContextDto
Packages that use StepExecutionReportDto.StepContextDto
-
Uses of StepExecutionReportDto.StepContextDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as StepExecutionReportDto.StepContextDtoConstructors in com.chutneytesting.engine.api.execution with parameters of type StepExecutionReportDto.StepContextDtoModifierConstructorDescriptionStepExecutionReportDto(String name, String environment, Instant startDate, long duration, StatusDto status, List<String> information, List<String> errors, List<StepExecutionReportDto> steps, StepExecutionReportDto.StepContextDto context, String type, String targetName, String targetUrl, String strategy)