Class TestResultNotificationBuilder
java.lang.Object
org.opentestfactory.report.interpreter.base.application.result.TestResultNotificationBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> protected final Stringprotected final AbstractResultParserprotected final String -
Constructor Summary
ConstructorsConstructorDescriptionTestResultNotificationBuilder(String workflowId, String name, List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments, AbstractResultParser resultParser) -
Method Summary
-
Field Details
-
workflowId
-
name
-
attachments
-
resultParser
-
-
Constructor Details
-
TestResultNotificationBuilder
public TestResultNotificationBuilder(String workflowId, String name, List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments, AbstractResultParser resultParser)
-
-
Method Details
-
build
public org.opentestfactory.dto.v1.TestResultNotification build()
-