Package 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.

See:
          Description

Class Summary
DataFiles Represents the datafiles element that can be nested in a Hackystat sensor Ant task.
HackystatSensorTask An abstract superclass containing instance variables and helper methods used by Hackystat Sensors implemented as Ant tasks.
SourceFiles Represents the sourcefiles element that can be nested in a Hackystat sensor Ant task.
 

Package org.hackystat.sensor.ant.task Description

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.

This sensor is designed to run after the Checkstyle task in Ant, which creates a XML file of issues that are found. This sensor reads in those files and uses that data to construct the notification that is sent to the server.