Class StepExecutionReportDto
java.lang.Object
com.chutneytesting.engine.api.execution.StepExecutionReportDto
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionlong -
Constructor Summary
ConstructorsConstructorDescriptionStepExecutionReportDto(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) -
Method Summary
-
Field Details
-
name
-
environment
-
duration
public long duration -
startDate
-
status
-
information
-
errors
-
steps
-
context
-
type
-
targetName
-
targetUrl
-
strategy
-
-
Constructor Details
-
StepExecutionReportDto
public StepExecutionReportDto() -
StepExecutionReportDto
public StepExecutionReportDto(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)
-