All Versions

   Bamboo 4.0.x
   Bamboo 3.4.x
   Bamboo 3.3.x
   Bamboo 3.2.x
   More...

Bamboo 1.1 Documentation

Index
Downloads (PDF, HTML & XML formats)

This documentation relates to an earlier version of Bamboo.
View this page in the current documentation or visit the current documentation home.
Skip to end of metadata
Go to start of metadata

Description

This defines a report module. A report module will appear under the Reports tab.

A report typically consists of two objects:

  • A ReportCollector object implementing the com.atlassian.bamboo.reports.collector.ReportCollector interface. This takes in a list of builds and generates a DataSet.
  • A ReportLineChart object extending the com.atlassian.bamboo.reports.charts.BambooReportLineChart class. This chart will be responsible for rendering the dataset results generated by the ReportCollector. Charts in Bamboo are generated via jFreeChart

Sample Module Descriptor Element



RELATED TOPICS


Bamboo Documentation

Labels
  • None