Uses of Annotation Interface
fr.enedis.chutney.server.core.domain.tools.Default
Packages that use Default
-
Uses of Default in fr.enedis.chutney.server.core.domain.execution.report
Constructors in fr.enedis.chutney.server.core.domain.execution.report with annotations of type DefaultModifierConstructorDescriptionScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, Collection<String> tags, String datasetId, Map<String, String> constants, List<Map<String, String>> datatable, StepExecutionReportCore report) StepExecutionReportCore(String name, Long duration, Instant startDate, ServerReportStatus status, List<String> information, List<String> errors, List<StepExecutionReportCore> steps, String type, String targetName, String targetUrl, String strategy, Map<String, Object> evaluatedInputs, Map<String, Object> stepOutputs)