clover-columns

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

Description

Defines a set of custom columns to be used by tasks which take a <columns/> element, such as historical charts, JSON report, and HTML current report.

Example: Creating a custom chart with <clover-columns>


<clover-columns id="my.columns">
    <totalChildren/>
    <avgMethodComplexity/>
    <totalPercentageCovered format="bar"/>
</clover-columns>

Example: Using the custom chart elsewhere


<clover-report>
 <current>
  <columns refid="my.columns"/>
 </current>
</clover-report>
Last modified on Jun 6, 2008

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.