|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DailyProjectDataResource | |
---|---|
org.hackystat.dailyprojectdata.resource.build | Provides a Restlet Resource for the Build DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.cache | Provides a resource for manipulating the SensorData cache for this server. |
org.hackystat.dailyprojectdata.resource.codeissue | Provides a Restlet Resource for the CodeIssue DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.commit | Provides a Restlet Resource for the Commit DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.complexity | Provides a Restlet Resource for the Complexity DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.coupling | Provides a Restlet Resource for the Coupling DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.coverage | Provides a Restlet Resource for the Coverage DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.devtime | Provides a Restlet Resource for the DevTime DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.filemetric | Provides a Restlet Resource for the FileMetric DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.issue | Provides a Restlet Resource for the Issue DailyProjectData abstraction. |
org.hackystat.dailyprojectdata.resource.issuechange | Provides a Restlet Resource for the DailyProjectData abstraction of changes of Issues . |
org.hackystat.dailyprojectdata.resource.ping | Provides the "Ping" resource, which is simply the string "DailyProjectData" in the case of this service. |
org.hackystat.dailyprojectdata.resource.unittest | Provides a Restlet Resource for the UnitTest DailyProjectData abstraction. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.build |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.build | |
---|---|
class |
BuildResource
Implements the Resource for processing GET {host}/build/{user}/{project}/{timestamp} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.cache |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.cache | |
---|---|
class |
CacheResource
This resource responds to requests of form: |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.codeissue |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.codeissue | |
---|---|
class |
CodeIssueResource
Implements the Resource for processing GET {host}/codeissue/{user}/{project}/{timestamp} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.commit |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.commit | |
---|---|
class |
CommitResource
Implements the Resource for processing GET {host}/commit/{user}/{project}/{timestamp}/ requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.complexity |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.complexity | |
---|---|
class |
ComplexityResource
Implements the Resource for processing GET {host}/complexity/{user}/{project}/{starttime}/{type} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.coupling |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.coupling | |
---|---|
class |
CouplingResource
Implements the Resource for processing GET {host}/coupling/{user}/{project}/{starttime}/{type} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.coverage |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.coverage | |
---|---|
class |
CoverageResource
Implements the Resource for processing GET {host}/coverage/{user}/{project}/{timestamp}/{type} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.devtime |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.devtime | |
---|---|
class |
DevTimeResource
Implements the Resource for processing GET {host}/devtime/{user}/{project}/{starttime} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.filemetric |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.filemetric | |
---|---|
class |
FileMetricResource
Implements the Resource for processing GET {host}/filemetric/{user}/{project}/{starttime} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.issue |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.issue | |
---|---|
class |
IssueResource
Implements the Resource for processing GET {host}/issue/{user}/{project}/{starttime} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.issuechange |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.issuechange | |
---|---|
class |
IssueChangeResource
Implements the Resource for processing GET {host}/issue/{user}/{project}/{starttime} requests. |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.ping |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.ping | |
---|---|
class |
PingResource
The PingResource responds to a GET {host}/ping with the string "DailyProjectData". |
Uses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.unittest |
---|
Subclasses of DailyProjectDataResource in org.hackystat.dailyprojectdata.resource.unittest | |
---|---|
class |
UnitTestResource
Implements the Resource for processing GET {host}/unittest/{user}/{projectname}/{timestamp} requests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |