Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Credentials, see RemoteApi.login |
| projectName |
string |
The name of the project to retrieve the result for. |
| id |
int |
ID of the build to retrieve the previous build for. |
Returns
The most recent build before the indicated build, but of the same specification, as a single element array of RemoteApi.BuildResult structures. If there is no such build the array will be empty.
Description
Gets the previous build of the same build specification for an indicated build.
Access
Accessible to all users.