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

Pulse Manual Index

Synopsis

string addBuildComment(string token, string projectName, int buildId, string message)

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 comment on.
message string The comment message to add.

Returns

string: The id of the created comment.

Faults

Fault Type Fault Reason
IllegalArgumentException If the given project or build does not exist.

Description

Adds a comment to a build result. Comments are used to communicate with other users viewing the build.

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