Class StepExecutionReport
java.lang.Object
fr.enedis.chutney.engine.domain.execution.report.StepExecutionReport
- All Implemented Interfaces:
Status.HavingStatus
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStepExecutionReport(Long executionId, String name, String environment, Long duration, Instant startDate, Status status, List<String> information, List<String> errors, List<StepExecutionReport> steps, String type, String targetName, String targetUrl, String strategy) StepExecutionReport(Long executionId, String name, String environment, Long duration, Instant startDate, Status status, List<String> information, List<String> errors, List<StepExecutionReport> steps, String type, String targetName, String targetUrl, String strategy, Map<String, Object> evaluatedInputs, Map<String, Object> stepResults, Map<String, Object> scenarioContext, Map<String, Object> evaluatedInputsSnapshot, Map<String, Object> stepResultsSnapshot) -
Method Summary
-
Field Details
-
executionId
-
name
-
environment
-
duration
-
startDate
-
status
-
information
-
errors
-
steps
-
type
-
targetName
-
targetUrl
-
strategy
-
evaluatedInputs
-
evaluatedInputsSnapshot
-
stepResults
-
stepResultsSnapshot
-
scenarioContext
-
-
Constructor Details
-
StepExecutionReport
-
StepExecutionReport
public StepExecutionReport(Long executionId, String name, String environment, Long duration, Instant startDate, Status status, List<String> information, List<String> errors, List<StepExecutionReport> steps, String type, String targetName, String targetUrl, String strategy, Map<String, Object> evaluatedInputs, Map<String, Object> stepResults, Map<String, Object> scenarioContext, Map<String, Object> evaluatedInputsSnapshot, Map<String, Object> stepResultsSnapshot)
-
-
Method Details
-
getStatus
- Specified by:
getStatusin interfaceStatus.HavingStatus
-