Class NoOpsExportService

  • All Implemented Interfaces:
    com.ch.service.TestReportService

    public class NoOpsExportService
    extends Object
    implements com.ch.service.TestReportService
    • Constructor Detail

      • NoOpsExportService

        public NoOpsExportService()
    • Method Detail

      • exportExecutionReport

        public void exportExecutionReport​(com.ch.model.ExecutionReport executionReport,
                                          com.ch.config.ConfigProperties config)
                                   throws com.ch.service.exception.ServiceException
        Specified by:
        exportExecutionReport in interface com.ch.service.TestReportService
        Throws:
        com.ch.service.exception.ServiceException
      • exportTestReport

        public void exportTestReport​(com.ch.model.TestReport testReport,
                                     com.ch.config.ConfigProperties config)
                              throws com.ch.service.exception.ServiceException
        Specified by:
        exportTestReport in interface com.ch.service.TestReportService
        Throws:
        com.ch.service.exception.ServiceException
      • exportReport

        public void exportReport​(com.ch.model.Report report,
                                 com.ch.config.ConfigProperties config)
                          throws com.ch.service.exception.ServiceException
        Specified by:
        exportReport in interface com.ch.service.TestReportService
        Throws:
        com.ch.service.exception.ServiceException
      • exportSessionReport

        public void exportSessionReport​(com.ch.model.SessionReport sessionReport,
                                        com.ch.config.ConfigProperties configProperties)
                                 throws com.ch.service.exception.ServiceException
        Specified by:
        exportSessionReport in interface com.ch.service.TestReportService
        Throws:
        com.ch.service.exception.ServiceException