Package org.hackystat.telemetry.service.resource.chart

Provides a Restlet Resource for the Telemetry Chart abstraction.

See:
          Description

Class Summary
ChartDataResource Processes GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end} and GET {host}/chart/{chart}/{email}/{project}/{granularity}/{start}/{end}?params={params} requests.
ChartDefinitionResource Processes GET {host}/chart/{chart} and returns a TelemetryChartDefinition representation.
ChartsResource Processes GET {host}/charts and returns a TelemetryChartIndex representation.
TestBuildChartRestApi Tests the UnitTest Chart processing.
TestChartRestApi Tests the definition and index parts of the Chart REST API.
TestChurnChartRestApi Tests the Churn Chart processing.
TestCodeIssueChartRestApi Tests CodeIssue Chart processing.
TestCommitChartRestApi Tests the Commit Chart processing.
TestCouplingChartRestApi Tests the Coupling Chart processing.
TestCoverageChartRestApi Tests the Coverage Chart processing.
TestCyclomaticComplexityChartRestApi Tests the Churn Chart processing.
TestDevEventChartRestApi Tests the DevTime part of the Telemetry REST API.
TestFileMetricChartRestApi Tests the FileMetric Chart processing.
TestIssueChartRestApi Tests the Issue Chart processing.
TestUnitTestChartRestApi Tests the UnitTest Chart processing.
 

Package org.hackystat.telemetry.service.resource.chart Description

Provides a Restlet Resource for the Telemetry Chart abstraction.