Dashboard > Pulse v2.0 > ... > Remote API Functions > RemoteApi.getBuildComments
  Pulse v2.0 Log In | Sign Up   View a printable version of the current page.  
  RemoteApi.getBuildComments
Added by Jason Sankey, last edited by Jason Sankey on Aug 19, 2010
Labels: 
(None)

Pulse Manual Index

Synopsis

array<RemoteApi.Comment> getBuildComments(string token, string projectName, int buildId)

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

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators