Uses of Class
fr.enedis.chutney.server.core.domain.execution.report.StepExecutionReportCore
Packages that use StepExecutionReportCore
Package
Description
-
Uses of StepExecutionReportCore in fr.enedis.chutney.server.core.domain.execution
Methods in fr.enedis.chutney.server.core.domain.execution that return StepExecutionReportCoreMethods in fr.enedis.chutney.server.core.domain.execution that return types with arguments of type StepExecutionReportCoreModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<io.reactivex.rxjava3.core.Observable<StepExecutionReportCore>, Long> ServerTestEngine.executeAndFollow(ExecutionRequest executionRequest) -
Uses of StepExecutionReportCore in fr.enedis.chutney.server.core.domain.execution.report
Fields in fr.enedis.chutney.server.core.domain.execution.report declared as StepExecutionReportCoreFields in fr.enedis.chutney.server.core.domain.execution.report with type parameters of type StepExecutionReportCoreModifier and TypeFieldDescriptionfinal List<StepExecutionReportCore> StepExecutionReportCore.stepsMethods in fr.enedis.chutney.server.core.domain.execution.report that return StepExecutionReportCoreMethod parameters in fr.enedis.chutney.server.core.domain.execution.report with type arguments of type StepExecutionReportCoreModifier and TypeMethodDescriptionStepExecutionReportCoreBuilder.setSteps(List<StepExecutionReportCore> steps) Constructors in fr.enedis.chutney.server.core.domain.execution.report with parameters of type StepExecutionReportCoreModifierConstructorDescriptionScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, Collection<String> tags, DataSet dataSet, StepExecutionReportCore report) ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, Collection<String> tags, StepExecutionReportCore report) ScenarioExecutionReport(long executionId, String scenarioName, String environment, String user, Collection<String> tags, String datasetId, Map<String, String> constants, List<Map<String, String>> datatable, StepExecutionReportCore report)