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 |
If non-empty, only return build results for the given build specification. |
| maxResults |
int |
The maximum number of build results to return. |
Returns
An array containing the latest build of the given project that meets the criteria provided and has at least one warning feature recorded. If no build meets the criteria, the array will be empty.
Description
A convenience function equivalent to:
See also RemoteApi.getLatestBuildsWithWarnings.
Access
Accessible to all users.