API documentation :: Docs For Class arbitTrackerIssueStatisticsFacade
Packages:Interfaces:Classes:
|
Tracker::Facade::arbitTrackerIssueStatisticsFacadeInterface arbitTrackerIssueStatisticsFacadeIssue facade defining all methods required to access issue statistical data in the backend. Issue facade defining all methods required to access issue statistical data in the backend.
Method Summary
MethodsfetchCommentActivity
static array
fetchCommentActivity(
)
Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database. Fetch issue comment activity statistics Fetch aggregated statistics about issue comment activity in the database. Return an array with unix timestamp dates and the comments at that day as values. fetchIssueActivity
static array
fetchIssueActivity(
)
Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database. Fetch issue activity statistics Fetch aggregated statistics about issue activity in the database. Return an array with unix timestamp dates and the issue modifications at that day as values. fetchIssueStates
static array
fetchIssueStates(
)
Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Returns an array with the issue state identifiers as key and their count in the backend as values. fetchIssueTypes
static array
fetchIssueTypes(
)
Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Fetch issue type statistics Fetch aggregated statistics about issues types in the database. Returns an array with the issue type identifiers as key and their count in the backend as values.
Documentation generated on Mon, 05 Apr 2010 14:02:01 +0200 by phpDocumentor 1.4.3
|