Uses of Enum Class
fr.enedis.chutney.engine.api.execution.StatusDto
Packages that use StatusDto
-
Uses of StatusDto in fr.enedis.chutney.engine.api.execution
Fields in fr.enedis.chutney.engine.api.execution declared as StatusDtoMethods in fr.enedis.chutney.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 fr.enedis.chutney.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)