Class StepExecutionReportCore
- java.lang.Object
-
- com.chutneytesting.server.core.domain.execution.report.StepExecutionReportCore
-
- All Implemented Interfaces:
ServerReportStatus.HavingStatus
public class StepExecutionReportCore extends Object implements ServerReportStatus.HavingStatus
-
-
Field Summary
Fields Modifier and Type Field Description LongdurationList<String>errorsMap<String,Object>evaluatedInputsList<String>informationStringnameInstantstartDateServerReportStatusstatusMap<String,Object>stepOutputsList<StepExecutionReportCore>stepsStringstrategyStringtargetNameStringtargetUrlStringtype
-
Constructor Summary
Constructors Constructor Description 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)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerReportStatusgetStatus()booleanisTerminated()
-
-
-
Field Detail
-
name
public final String name
-
duration
public final Long duration
-
startDate
public final Instant startDate
-
status
public final ServerReportStatus status
-
steps
public final List<StepExecutionReportCore> steps
-
type
public final String type
-
targetName
public final String targetName
-
targetUrl
public final String targetUrl
-
strategy
public final String strategy
-
-
Constructor Detail
-
StepExecutionReportCore
public 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)
-
StepExecutionReportCore
public 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)
-
-
Method Detail
-
getStatus
public ServerReportStatus getStatus()
- Specified by:
getStatusin interfaceServerReportStatus.HavingStatus
-
isTerminated
public boolean isTerminated()
-
-