Class TestResultNotificationBuilder

java.lang.Object
org.opentestfactory.report.interpreter.base.application.result.TestResultNotificationBuilder

public class TestResultNotificationBuilder extends Object
  • Field Details

    • workflowId

      protected final String workflowId
    • name

      protected final String name
    • attachments

      protected final List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments
    • resultParser

      protected final AbstractResultParser 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()