API Method. Gets the health check evaluation for the specified criteria.
Name | Type | Description |
---|---|---|
project | int|string | The ID or unixName for a single project to be scanned. |
tracker | int | The ID for a single tracker to be scanned. If this parameter is specified, $project is ignored. |
user | int|string | The ID or unixName for a single user to be scanned. If this parameter is specified, $project and $tracker are ignored. |
A simple array of assoc arrays, each entry representing a single health check result. Note that a single check can return multiple result records.
Gets the needed data for disk usage report
Name | Type | Description |
---|---|---|
request | \RequestParameters |
disk usage info array.
Gets the data needed to download the report.
Name | Type | Description |
---|---|---|
projectId | mixed | The int ID for the desired project. |
format | string | The string defining the format for the file (json, csv, xml) |
download | bool | A boolean in true just to comunicate to RestExportService that it should download the file. |
type | string | The string defining the report to download (activity, trackers, etc) |
List of items according to the selected report.
Gets the needed data for disk usage report
Name | Type | Description |
---|---|---|
request | \RequestParameters |
disk usage info array.
Gets the needed data for commits detailed info
Name | Type | Description |
---|---|---|
request | \RequestParameters |
collection of commits that acomplish the specified filters.
Gets the data needed to download the report.
Name | Type | Description |
---|---|---|
projectId | mixed | The int ID for the desired project. |
format | string | The string defining the format for the file (json, csv, xml) |
download | bool | A boolean in true just to comunicate to RestExportService that it should download the file. |
type | string | The string defining the report to download (activity, trackers, etc) |
List of items according to the selected report.
Gets the needed data for tracker reports
Name | Type | Description |
---|---|---|
request | \RequestParameters | |
model | \Project | The project in which to retrieve data |
trackerIterms grouped according to the needed info, status, tracker, assignee, etc.