Package com.xceptance.xlt.api.report
package com.xceptance.xlt.api.report
Provides interfaces and classes to extend the test report generator with pluggable custom report providers.
-
ClassDescriptionThe
AbstractReportProvider
class provides common functionality of a typical report provider.TheReportCreator
defines the interface that report providers must implement to take part in report generation.TheReportProvider
defines the interface that custom report providers must implement to take part in report generation.TheReportProviderConfiguration
interface provides access to general report generator settings as well as to report provider specific properties, which are both stored in the global configuration file.