Class ParseExecutionResultTask

java.lang.Object
org.opentestfactory.services.components.logger.WorkflowTask
org.opentestfactory.report.interpreter.base.application.result.ParseExecutionResultTask
All Implemented Interfaces:
Runnable

public class ParseExecutionResultTask extends org.opentestfactory.services.components.logger.WorkflowTask
  • Field Details

    • workflowId

      protected final String workflowId
    • name

      protected final String name
    • reportFormatDisplayName

      protected final String reportFormatDisplayName
    • attachments

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

      protected final org.opentestfactory.services.components.bus.BusApiClient busApiClient
    • notificationPublisher

      protected final NotificationPublisher notificationPublisher
    • resultParser

      protected final AbstractResultParser resultParser
  • Constructor Details

    • ParseExecutionResultTask

      public ParseExecutionResultTask(String workflowId, String name, String reportFormatDisplayName, List<org.opentestfactory.dto.v1.ExecutionResult.Attachment> attachments, org.opentestfactory.services.components.bus.BusApiClient busApiClient, AbstractResultParser resultParser)
  • Method Details

    • launch

      public void launch()
      Specified by:
      launch in class org.opentestfactory.services.components.logger.WorkflowTask
    • doTask

      public void doTask()
      Specified by:
      doTask in class org.opentestfactory.services.components.logger.WorkflowTask