clover-columns

このページの内容

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

説明

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>
最終更新日 2008 年 6 月 6 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.