Class StepExecutionReportDto
- java.lang.Object
-
- com.chutneytesting.engine.api.execution.StepExecutionReportDto
-
public class StepExecutionReportDto extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStepExecutionReportDto.StepContextDto
-
Field Summary
Fields Modifier and Type Field Description StepExecutionReportDto.StepContextDtocontextlongdurationStringenvironmentList<String>errorsList<String>informationStringnameInstantstartDateStatusDtostatusList<StepExecutionReportDto>stepsStringstrategyStringtargetNameStringtargetUrlStringtype
-
Constructor Summary
Constructors Constructor Description StepExecutionReportDto()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)
-
-
-
Field Detail
-
name
public String name
-
environment
public String environment
-
duration
public long duration
-
startDate
public Instant startDate
-
status
public StatusDto status
-
steps
public List<StepExecutionReportDto> steps
-
context
public StepExecutionReportDto.StepContextDto context
-
type
public String type
-
targetName
public String targetName
-
targetUrl
public String targetUrl
-
strategy
public String strategy
-
-
Constructor Detail
-
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)
-
-