Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| projectName |
string |
Name of the project to retrieve the build for. |
| id |
int |
The identifier (build id) of the build to retrieve. |
Returns
An array containing the given build of the given project, or an emtpy array if the build is not found.
Description
Returns a specified build result.
Access
Accessible to all users.