Package com.ch.export.service
Class NoOpsExportService
- java.lang.Object
-
- com.ch.export.service.NoOpsExportService
-
- All Implemented Interfaces:
com.ch.service.TestReportService
public class NoOpsExportService extends Object implements com.ch.service.TestReportService
-
-
Constructor Summary
Constructors Constructor Description NoOpsExportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportExecutionReport(com.ch.model.ExecutionReport executionReport, com.ch.config.ConfigProperties config)voidexportReport(com.ch.model.Report report, com.ch.config.ConfigProperties config)voidexportSessionReport(com.ch.model.SessionReport sessionReport, com.ch.config.ConfigProperties configProperties)voidexportTestReport(com.ch.model.TestReport testReport, com.ch.config.ConfigProperties config)
-
-
-
Method Detail
-
exportExecutionReport
public void exportExecutionReport(com.ch.model.ExecutionReport executionReport, com.ch.config.ConfigProperties config) throws com.ch.service.exception.ServiceException- Specified by:
exportExecutionReportin interfacecom.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:
exportTestReportin interfacecom.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:
exportReportin interfacecom.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:
exportSessionReportin interfacecom.ch.service.TestReportService- Throws:
com.ch.service.exception.ServiceException
-
-