Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| projectName |
string |
The name of the project to retrieve the results for. |
| buildSpecification |
string |
Name of the build specification to retrieve builds for. |
| afterBuild |
int |
One less than the lowest build number that may be included in the range. |
| toBuild |
int |
The highest build number that may be included in the range. |
Returns
An array of RemoteApi.BuildResult structures, all builds of the given build specification that have numbers in the range (afterBuild, toBuild], sorted from least to most recent.
Description
Gets a range of builds for a given build specification. The range is limited by the provided build numbers afterBuild and toBuild, note that the former is exclusive but the latter inclusive.
Access
Accessible to all users.