Uses of Class
com.chutneytesting.engine.api.execution.StatusDto
-
Packages that use StatusDto Package Description com.chutneytesting.engine.api.execution -
-
Uses of StatusDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as StatusDto Modifier and Type Field Description StatusDtoStepExecutionReportDto. statusMethods in com.chutneytesting.engine.api.execution that return StatusDto Modifier and Type Method Description static StatusDtoStatusDto. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusDto[]StatusDto. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.chutneytesting.engine.api.execution with parameters of type StatusDto Constructor Description 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)
-