Uses of Package
org.hackystat.sensor.ant.task

Packages that use org.hackystat.sensor.ant.task
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. 
org.hackystat.sensor.ant.task 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. 
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.checkstyle
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.clover
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.dependencyfinder
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.emma
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.findbugs
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.javancss
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.jdepend
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.junit
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.pmd
HackystatSensorTask
          An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
 

Classes in org.hackystat.sensor.ant.task used by org.hackystat.sensor.ant.task
DataFiles
          Represents the datafiles element that can be nested in a Hackystat sensor Ant task.
SourceFiles
          Represents the sourcefiles element that can be nested in a Hackystat sensor Ant task.