Class Reporting

    • Constructor Detail

      • Reporting

        public Reporting()
    • Method Detail

      • addPlugin

        public void addPlugin​(ReportPlugin reportPlugin)
        Method addPlugin.
        Parameters:
        reportPlugin - a reportPlugin object.
      • clone

        public Reporting clone()
        Method clone.
        Overrides:
        clone in class Object
        Returns:
        Reporting
      • getExcludeDefaults

        public String getExcludeDefaults()
        Get if true, then the default reports are not included in the site generation. This includes the reports in the "Project Info" menu. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is false.
        Returns:
        String
      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getOutputDirectory

        public String getOutputDirectory()
        Get where to store all of the generated reports. The default is ${project.build.directory}/site.
        Returns:
        String
      • getPlugins

        public List<ReportPlugin> getPlugins()
        Method getPlugins.
        Returns:
        List
      • removePlugin

        public void removePlugin​(ReportPlugin reportPlugin)
        Method removePlugin.
        Parameters:
        reportPlugin - a reportPlugin object.
      • setExcludeDefaults

        public void setExcludeDefaults​(String excludeDefaults)
        Set if true, then the default reports are not included in the site generation. This includes the reports in the "Project Info" menu. Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean. Default value is false.
        Parameters:
        excludeDefaults - a excludeDefaults object.
      • setOutputDirectory

        public void setOutputDirectory​(String outputDirectory)
        Set where to store all of the generated reports. The default is ${project.build.directory}/site.
        Parameters:
        outputDirectory - a outputDirectory object.
      • setPlugins

        public void setPlugins​(List<ReportPlugin> plugins)
        Set the reporting plugins to use and their configuration.
        Parameters:
        plugins - a plugins object.
      • isExcludeDefaults

        public boolean isExcludeDefaults()
      • setExcludeDefaults

        public void setExcludeDefaults​(boolean excludeDefaults)
      • flushReportPluginMap

        public void flushReportPluginMap()
        Reset the reportPluginMap field to null