Uses of Class
org.hackystat.sensor.ant.perforce.P4Environment

Packages that use P4Environment
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. 
 

Uses of P4Environment in org.hackystat.sensor.ant.perforce
 

Constructors in org.hackystat.sensor.ant.perforce with parameters of type P4Environment
PerforceCommitProcessor(P4Environment p4Environment, java.lang.String depotPath)
          Instantiates a PerforceCommitProcessor with the passed P4Environment instance and depotPath.