| Class | Description |
|---|---|
| Data | Represents a reporting system data that can be converted to a payload. |
| Dataset | This class represents a collection of Data. |
| Engine | This class contains reporting-specific interactions with the CloudBees CD server reporting APIs |
| Metadata | Metadata is a state representation. |
| MetadataFactory | This class is responsible for creating the {link @Metadata} objects either from the Payload or from the value stored in a property. |
| Payload | Represents a reporting system data in a format compatible with a DevOpsInsight Server. |
| Payloadset | Payloadset represents a wrapper for the collection of the reporting payloads. |
| Reporting | This module provides a component for Release Command Center (RCC) integration. |
| Transformer | This class is a wrapper for the user-specified groovy.lang.Closure that can be used to process reporting system records. |