Package org.hackystat.dailyprojectdata.resource.commit

Provides a Restlet Resource for the Commit DailyProjectData abstraction.

See:
          Description

Class Summary
CommitData The class wrapping SensorData instance, which provides easy access to the commit specific properties.
CommitDataContainer The data container that abstracts the data retrieval of Commit information.
CommitResource Implements the Resource for processing GET {host}/commit/{user}/{project}/{timestamp}/ requests.
TestCommitData Tests if the CoverageData wraps a SensorData instance as intended.
TestCommitDataContainer Tests if the CommitDataContainer stores and returns the correct data based on the wrapped data instances.
TestCommitRestApi Tests the Commit portion of the DailyProjectData REST API.
 

Package org.hackystat.dailyprojectdata.resource.commit Description

Provides a Restlet Resource for the Commit DailyProjectData abstraction.