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

See:
          Description

Class Summary
PmdSensor Implements an Ant task that parses the XML files generated by PMD Ant Task and sends the CodeIssue data to a Hackystat server.
TestPmdSensor Tests the Ant Pmd sensor.
 

Package org.hackystat.sensor.ant.pmd Description

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. This sensor is designed to run after the PMD 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.