Uses of Class
fr.enedis.chutney.engine.domain.execution.report.StepExecutionReportBuilder
Packages that use StepExecutionReportBuilder
-
Uses of StepExecutionReportBuilder in fr.enedis.chutney.engine.domain.execution.report
Methods in fr.enedis.chutney.engine.domain.execution.report that return StepExecutionReportBuilderModifier and TypeMethodDescriptionStepExecutionReportBuilder.from(StepExecutionReport stepExecutionReport) StepExecutionReportBuilder.setDuration(long duration) StepExecutionReportBuilder.setEnvironment(String environment) StepExecutionReportBuilder.setEvaluatedInputs(Map<String, Object> evaluatedInputs) StepExecutionReportBuilder.setEvaluatedInputsSnapshot(Map<String, Object> evaluatedInputsSnapshot) StepExecutionReportBuilder.setInformation(List<String> information) StepExecutionReportBuilder.setScenarioContext(Map<String, Object> scenarioContext) StepExecutionReportBuilder.setStartDate(Instant startDate) StepExecutionReportBuilder.setStepResults(Map<String, Object> stepResults) StepExecutionReportBuilder.setStepResultsSnapshot(Map<String, Object> stepResultsSnapshot) StepExecutionReportBuilder.setSteps(List<StepExecutionReport> steps) StepExecutionReportBuilder.setStrategy(String strategy) StepExecutionReportBuilder.setTarget(fr.enedis.chutney.action.spi.injectable.Target target) StepExecutionReportBuilder.setTargetName(String name) StepExecutionReportBuilder.setTargetUrl(String url)