Package com.ch.export.service
Class ExportService
- java.lang.Object
-
- com.ch.export.service.ExportService
-
public class ExportService extends Object
-
-
Constructor Summary
Constructors Constructor Description ExportService(String serviceConfigPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportExecutionReport(com.ch.model.ExecutionReport executionReport)voidexportReport(com.ch.model.Report report)voidexportSessionReport(com.ch.model.SessionReport sessionReport)voidexportTestReport(com.ch.model.TestReport testReport)
-
-
-
Constructor Detail
-
ExportService
public ExportService(String serviceConfigPath) throws com.ch.service.exception.ServiceException
- Throws:
com.ch.service.exception.ServiceException
-
-
Method Detail
-
exportExecutionReport
public void exportExecutionReport(com.ch.model.ExecutionReport executionReport) throws com.ch.service.exception.ServiceException- Throws:
com.ch.service.exception.ServiceException
-
exportTestReport
public void exportTestReport(com.ch.model.TestReport testReport) throws com.ch.service.exception.ServiceException- Throws:
com.ch.service.exception.ServiceException
-
exportReport
public void exportReport(com.ch.model.Report report) throws com.ch.service.exception.ServiceException- Throws:
com.ch.service.exception.ServiceException
-
exportSessionReport
public void exportSessionReport(com.ch.model.SessionReport sessionReport) throws com.ch.service.exception.ServiceException- Throws:
com.ch.service.exception.ServiceException
-
-