Package com.xceptance.xlt.api.report
Provides interfaces and classes to extend the test report generator with pluggable custom report providers.
-
Interface Summary Interface Description ReportCreator TheReportCreatordefines the interface that report providers must implement to take part in report generation.ReportProvider TheReportProviderdefines the interface that custom report providers must implement to take part in report generation.ReportProviderConfiguration TheReportProviderConfigurationinterface provides access to general report generator settings as well as to report provider specific properties, which are both stored in the global configuration file. -
Class Summary Class Description AbstractReportProvider TheAbstractReportProviderclass provides common functionality of a typical report provider.PostProcessedDataContainer