Uses of Class
org.hackystat.sensor.ant.task.HackystatSensorTask

Packages that use HackystatSensorTask
org.hackystat.sensor.ant.checkstyle Implements a Checkstyle sensor for the Ant build system, which sends Code Issue data generated by the Checkstyle tool to a Hackystat server as CodeIssue sensor data. 
org.hackystat.sensor.ant.clover Implements a Emma sensor for the Ant build system, which sends coverage data generated by Emma to the Hackystat server as a set of Coverage sensor data instances. 
org.hackystat.sensor.ant.dependencyfinder Implements a DependencyFinder sensor for the Ant build system. 
org.hackystat.sensor.ant.emma Implements a Emma sensor for the Ant build system, which sends coverage data generated by Emma to the Hackystat server as a set of Coverage sensor data instances. 
org.hackystat.sensor.ant.findbugs Implements a FindBugs sensor for the Ant build system, which sends Code Issue data generated by the FindBugs tool to a Hackystat server as CodeIssue sensor data. 
org.hackystat.sensor.ant.javancss Implements a JavaNCSS sensor for the Ant build system, which sends FileMetric data to the Hackystat server. 
org.hackystat.sensor.ant.jdepend Implements a JDepend sensor for the Ant build system, which sends Coupling data to the Hackystat server. 
org.hackystat.sensor.ant.junit Implements a JUnit sensor for the Ant build system, which sends unit test outcome data generated by the JUnit tool to a Hackystat server as UnitTest sensor data. 
org.hackystat.sensor.ant.pmd Implements a PMD sensor for the Ant build system, which sends Code Issue data generated by the PMD tool to a Hackystat server as CodeIssue sensor data. 
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.checkstyle
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.checkstyle
 class CheckstyleSensor
          Implements an Ant task that parses the XML files generated by Checkstyle.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.clover
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.clover
 class CloverSensor
          Implements an Ant task that parses the XML files generated by the Clover coverage tool and sends the data to a Hackystat server.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.dependencyfinder
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.dependencyfinder
 class DependencyFinderSensor
          Implements an Ant task that parses the XML files generated by DependencyFinder.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.emma
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.emma
 class EmmaSensor
          Implements an Ant task that parses the XML files generated by Emma, a Java coverage tool.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.findbugs
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.findbugs
 class FindBugsSensor
          Implements an Ant task that parses the XML files generated by FindBugs and sends the test case results to the Hackystat server.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.javancss
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.javancss
 class JavaNcssSensor
          Implements an Ant task that parses the XML files generated by JavaNCSS.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.jdepend
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.jdepend
 class JDependSensor
          Implements an Ant task that parses the XML files generated by JDepend.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.junit
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.junit
 class JUnitSensor
          Implements an Ant task that parses the XML files generated by JUnit and sends the test case results to the Hackystat server.
 

Uses of HackystatSensorTask in org.hackystat.sensor.ant.pmd
 

Subclasses of HackystatSensorTask in org.hackystat.sensor.ant.pmd
 class PmdSensor
          Implements an Ant task that parses the XML files generated by PMD Ant Task and sends the CodeIssue data to a Hackystat server.