Class CollectingReporter

  • All Implemented Interfaces:
    AutoCloseable, Configurable, Reporter

    public class CollectingReporter
    extends BaseReporter
    This is a simple helper class that can be used by the users to collect all the reports from Revapi. The extension ID is test.collecting-reporter.
    • Constructor Detail

      • CollectingReporter

        public CollectingReporter()
    • Method Detail

      • getExtensionId

        public String getExtensionId()
        Description copied from interface: Configurable
        The identifier of this configurable extension in the configuration file. This should be globally unique, but human readable, so a package name or something similar would be a good candidate. Core revapi extensions have the extension ids always starting with "revapi.".
        Returns:
        the unique identifier of this configurable extension