1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
4<head>
5  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6  <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8" type="text/css" />
7  <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
8  <title>JaCoCo - Integration Matrix</title>
9</head>
10<body>
11
12<div class="breadcrumb">
13  <a href="../index.html" class="el_report">JaCoCo</a> &gt;
14  <a href="index.html" class="el_group">Documentation</a> &gt;
15  <span class="el_source">Integration Matrix</span>
16</div>
17<div id="content">
18
19<h1>Integration Matrix</h1>
20
21<p>
22  Currently JaCoCo is integrated with the following products and technologies.
23</p>
24
25<h3>Integrations provided by the JaCoCo/EclEmma project</h3>
26
27<table class="coverage">
28  <thead>
29    <tr>
30      <td>Technology</td>
31      <td>Documentation</td>
32      <td>Remarks</td>
33    </tr>
34  </thead>
35  <tbody>
36    <tr>
37      <td>Java API</td>
38      <td><a href="api/index.html">JaCoCo JavaDoc</a></td>
39      <td></td>
40    </tr>
41    <tr>
42      <td>Command Line</td>
43      <td><a href="agent.html">JaCoCo Manual</a></td>
44      <td></td>
45    </tr>
46    <tr>
47      <td>Apache Ant</td>
48      <td><a href="ant.html">JaCoCo Manual</a></td>
49      <td></td>
50    </tr>
51    <tr>
52      <td>Apache Maven</td>
53      <td><a href="maven.html">JaCoCo Manual</a></td>
54      <td></td>
55    </tr>
56    <tr>
57      <td>Eclipse</td>
58      <td><a href="http://www.eclemma.org/">EclEmma Project</a></td>
59      <td>Since version 2.0</td>
60    </tr>
61  </tbody>
62</table>
63
64<h3>Third-Party Integrations</h3>
65
66<table class="coverage">
67  <thead>
68    <tr>
69      <td>Product</td>
70      <td>Remarks</td>
71    </tr>
72  </thead>
73  <tbody>
74    <tr>
75      <td><a href="http://arquillian.org/">Arquillian</a></td>
76      <td>Java EE testing framework, <a href="http://arquillian.org/modules/jacoco-extension/">JaCoCo extension</a></td>
77    </tr>
78    <tr>
79      <td><a href="http://www.gradle.org/">Gradle</a></td>
80      <td>Build System with JaCoCo plug-in, see <a href="http://www.gradle.org/docs/current/userguide/jacoco_plugin.html">documentation</a></td>
81    </tr>
82    <tr>
83      <td><a href="http://www.bredex.de/web/index.php/guidancer_jubula_en.html">GUIdancer</a></td>
84      <td>Commercial GUI testing tool by BREDEX GmbH</td>
85    </tr>
86    <tr>
87      <td><a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a></td>
88      <td>Since version 11.1, see <a href="http://www.jetbrains.com/idea/webhelp/code-coverage.html">documentation</a></td>
89    </tr>
90    <tr>
91      <td><a href="http://jenkins-ci.org/">Jenkins</a></td>
92      <td>GSoC project of Ognjen Bubalo, see <a href="https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin">documentation</a></td>
93    </tr>
94    <tr>
95      <td><a href="http://netbeans.org/">NetBeans</a></td>
96      <td>Since version 7.2, see <a href="http://wiki.netbeans.org/MavenCodeCoverage">documentation</a>,
97          <a href="http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage">plug-in</a> for Ant based projects</td>
98    </tr>
99    <tr>
100      <td><a href="https://github.com/harrah/xsbt/wiki">sbt</a></td>
101      <td>Simple Build Tool, <a href="https://bitbucket.org/jmhofer/jacoco4sbt">jacoco4sbt</a> by Joachim Hofer</td>
102    </tr>
103    <tr>
104      <td><a href="http://www.sonarqube.org/">SonarQube</a></td>
105      <td>Continuous inspection platform with JaCoCo support, see <a href="http://docs.codehaus.org/display/SONAR/Code+Coverage+by+Unit+Tests+for+Java+Project">documentation</a></td>
106    </tr>
107    <tr>
108      <td><a href="http://www.jetbrains.com/teamcity/">TeamCity</a></td>
109      <td>Continuous integration server with JaCoCo support since version 8.1, see <a href="http://confluence.jetbrains.com/display/TCD8/JaCoCo">documentation</a></td>
110    </tr>
111    <tr>
112      <td><a href="https://developer.ibm.com/urbancode/">Urban Code</a></td>
113      <td>Continuous delivery platform by IBM with <a href="https://developer.ibm.com/urbancode/plugin/jacoco-3519516/">JaCoCo plug-in</a></td>
114    </tr>
115  </tbody>
116</table>
117
118<p>
119  As <a href="license.html">always</a>, all trademarks listed above are the
120  property of their respective owners.
121</p>
122
123</div>
124<div class="footer">
125  <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
126  <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
127</div>
128
129</body>
130</html>
131