Class ReportDetails


  • public class ReportDetails
    extends Object
    Information about the report generation date and Cluecumber version.
    • Constructor Detail

      • ReportDetails

        public ReportDetails()
        Constructor setting the generation date.
    • Method Detail

      • getChartJson

        public String getChartJson()
        Return the chart JSON.
        Returns:
        The JSON string.
      • setChartJson

        public void setChartJson​(String chartJson)
        Set the chart JSON to include.
        Parameters:
        chartJson - The chart JSON.
      • getDate

        public String getDate()
        Get the generation date of this report.
        Returns:
        The date.
      • getGeneratorName

        public String getGeneratorName()
        Return the Cluecumber name and version.
        Returns:
        The Cluecumber name and version string.
      • getChartUrlLookup

        public Map<String,​String> getChartUrlLookup()
        Get the chart URL lookup for linking bars to their respective pages.
        Returns:
        The mapping of names to urls.
      • setChartUrlLookup

        public void setChartUrlLookup​(Map<String,​String> chartUrlLookup)
        Set the chart URL lookup for linking bars to their respective pages.
        Parameters:
        chartUrlLookup - The mapping of names to urls.