Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Authentication token, see RemoteApi.login. |
| projectName |
string |
The name of the project owning the build. |
| buildId |
int |
ID of the build to get the comments for. |
Returns
array<RemoteApi.Comment>: All comments on the given build.
Faults
| Fault Type |
Fault Reason |
| IllegalArgumentException |
If the given project or build does not exist. |
Description
Returns an array of all comments on a build. Comments are sorted from oldest to newest.
Access
Requires view permission for the given project.
See Also