Uses of Enum Class
com.chutneytesting.engine.api.execution.StatusDto
Packages that use StatusDto
-
Uses of StatusDto in com.chutneytesting.engine.api.execution
Fields in com.chutneytesting.engine.api.execution declared as StatusDtoMethods in com.chutneytesting.engine.api.execution that return StatusDtoModifier and TypeMethodDescriptionstatic StatusDtoReturns the enum constant of this class with the specified name.static StatusDto[]StatusDto.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.chutneytesting.engine.api.execution with parameters of type StatusDtoModifierConstructorDescriptionStepExecutionReportDto(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)