Package org.hackystat.dailyprojectdata.resource.codeissue

Provides a Restlet Resource for the CodeIssue DailyProjectData abstraction.

See:
          Description

Class Summary
CodeIssueResource Implements the Resource for processing GET {host}/codeissue/{user}/{project}/{timestamp} requests.
IssueTypeCounter IssueTypeCounter takes a set of CodeIssue SensorData all associated with a single tool, and constructs a data structure that maps issue types to their aggregate counts across all tools.
MultiToolSnapshot Provides a mechanism for generating a "snapshot" for each of several tools.
TestCodeIssueRestApi Tests the CodeIssue portion of the DailyProjectData REST API.
 

Package org.hackystat.dailyprojectdata.resource.codeissue Description

Provides a Restlet Resource for the CodeIssue DailyProjectData abstraction.