Basic Clover Confluence Integration
Embedding Clover Data into a Confluence Page
There is currently no native support for embedding Clover in Confluence. Many use cases can be achieved however by using the {html} macro. The following are examples of displaying live Clover data directly in Confluence.
Clover Dashboard
{html}
<iframe
src="http://downloads.atlassian.com/software/clover/samples/lucene/dashboard.html"
width="100%" height="600px"/>
{html}
Project Risks Coverage Cloud
{html}
<iframe
src="http://downloads.atlassian.com/software/clover/samples/lucene/proj-risks.html"
width="100%" height="600px"/>
{html}
Note that the HTML macro is not enabled by default in Confluence and generally is not recommended due to the ability to run javascript directly in it.
Last modified on Jul 14, 2016
Powered by Confluence and Scroll Viewport.