Class ReportInterpreterOutput
java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.dto.v1.AbstractReportInterpreterEvent
org.opentestfactory.dto.v1.ReportInterpreterOutput
- All Implemented Interfaces:
EventDtoBase
- Author:
- akatz
This message is sent by the report interpreter to the publisher.
-
Field Summary
Fields inherited from class AbstractReportInterpreterEvent
PARSER_NAMESPACEFields inherited from class org.opentestfactory.messages.OTFMessage
apiVersion, NAME_KEY, WORKFLOW_ID_KEY -
Constructor Summary
ConstructorsConstructorDescriptionReportInterpreterOutput(String apiVersion, Map<String, OTFTestStatus> with, Integer duration, List<String> failureDetails, Map<Integer, OTFTestStatus> stepStatuses) -
Method Summary
Methods inherited from class AbstractReportInterpreterEvent
jobId, jobOrigin, name, stepId, stepSequenceId, workflowIdMethods inherited from class org.opentestfactory.messages.OTFMessage
addMetadata, checkKind, equals, getApiVersion, getMetadata, hashCode, setApiVersion, setMetadataMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EventDtoBase
checkKind
-
Constructor Details
-
ReportInterpreterOutput
public ReportInterpreterOutput(String apiVersion, Map<String, OTFTestStatus> with, Integer duration, List<String> failureDetails, Map<Integer, OTFTestStatus> stepStatuses)
-
-
Method Details
-
reportStatus
-
getKind
- Overrides:
getKindin classorg.opentestfactory.messages.OTFMessage
-
getWith
-
getStepStatuses
-
getFailureDetails
-
getDuration
-