Package org.hackystat.sensor.ant.perforce

Implements a Perforce sensor for the Ant build system, which sends configuration management data generated by the Perforce tool to a Hackystat server as Commit sensor data.

See:
          Description

Class Summary
P4Environment Provides a simple mechanism for configuring the Perforce Java API connection to the p4 tool.
PerforceChangeListData Provides a data structure with information about each file affected by a ChangeList and the number of lines added, deleted, and modified.
PerforceChangeListData.PerforceFileData Inner class that provides information on a single file.
PerforceCommitProcessor Provides the interface to Perforce for the sensor.
PerforceSensor A sensor for collecting Commit information from the Perforce CM system.
 

Package org.hackystat.sensor.ant.perforce Description

Implements a Perforce sensor for the Ant build system, which sends configuration management data generated by the Perforce tool to a Hackystat server as Commit sensor data.