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> > 14 <a href="index.html" class="el_group">Documentation</a> > 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="cli.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="https://codecov.io/">Codecov</a></td> 80 <td>Web service to track code coverage, see <a href="https://github.com/codecov/example-java">example</a></td> 81 </tr> 82 <tr> 83 <td><a href="https://coveralls.io/">Coveralls</a></td> 84 <td>Web service to track code coverage, see <a href="https://github.com/trautonen/coveralls-maven-plugin">coveralls-maven-plugin</a></td> 85 </tr> 86 <tr> 87 <td><a href="http://www.gradle.org/">Gradle</a></td> 88 <td>Build System with JaCoCo plug-in, see <a href="http://www.gradle.org/docs/current/userguide/jacoco_plugin.html">documentation</a></td> 89 </tr> 90 <tr> 91 <td><a href="http://www.bredex.de/web/index.php/guidancer_jubula_en.html">GUIdancer</a></td> 92 <td>Commercial GUI testing tool by BREDEX GmbH</td> 93 </tr> 94 <tr> 95 <td><a href="http://www.jetbrains.com/idea/">IntelliJ IDEA</a></td> 96 <td>Since version 11.1, see <a href="http://www.jetbrains.com/idea/webhelp/code-coverage.html">documentation</a></td> 97 </tr> 98 <tr> 99 <td><a href="http://jenkins-ci.org/">Jenkins</a></td> 100 <td>GSoC project of Ognjen Bubalo, see <a href="https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin">documentation</a></td> 101 </tr> 102 <tr> 103 <td><a href="http://java.visualstudio.com/">Visual Studio Team Services</a></td> 104 <td>Cloud-powered collaboration tools by Microsoft, see <a href="https://blogs.msdn.microsoft.com/visualstudioalm/2015/11/24/testing-java-applications-with-visual-studio-team-services/">blog entry</a></td> 105 </tr> 106 <tr> 107 <td><a href="http://netbeans.org/">NetBeans</a></td> 108 <td>Since version 7.2, see <a href="http://wiki.netbeans.org/MavenCodeCoverage">documentation</a>, 109 <a href="http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage">plug-in</a> for Ant based projects</td> 110 </tr> 111 <tr> 112 <td><a href="https://github.com/harrah/xsbt/wiki">sbt</a></td> 113 <td>Simple Build Tool, <a href="https://bitbucket.org/jmhofer/jacoco4sbt">jacoco4sbt</a> by Joachim Hofer</td> 114 </tr> 115 <tr> 116 <td><a href="http://www.sonarqube.org/">SonarQube</a></td> 117 <td>Continuous inspection platform with JaCoCo support, see <a href="http://docs.sonarqube.org/display/PLUG/Code+Coverage+by+Unit+Tests+for+Java+Project">documentation</a></td> 118 </tr> 119 <tr> 120 <td><a href="http://www.jetbrains.com/teamcity/">TeamCity</a></td> 121 <td>Continuous integration server with JaCoCo support since version 8.1, see <a href="http://confluence.jetbrains.com/display/TCD8/JaCoCo">documentation</a></td> 122 </tr> 123 <tr> 124 <td><a href="https://developer.ibm.com/urbancode/">Urban Code</a></td> 125 <td>Continuous delivery platform by IBM with <a href="https://developer.ibm.com/urbancode/plugin/jacoco-3519516/">JaCoCo plug-in</a></td> 126 </tr> 127 </tbody> 128</table> 129 130<p> 131 As <a href="license.html">always</a>, all trademarks listed above are the 132 property of their respective owners. 133</p> 134 135</div> 136<div class="footer"> 137 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span> 138 <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors 139</div> 140 141</body> 142</html> 143