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

Pulse Manual Index

Synopsis

boolean deleteBuildComment(string token, string projectName, int buildId, string commentId)

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 delete the comment from.
commentId string ID of the comment to delete.

Returns

boolean: True if the comment existed on the build and was deleted, false if no comment of the given ID exists on the build.

Faults

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

Description

Deletes a comment from a build result. Comments are generally only deleted by the user that left them, although admins may also delete comments.

Access

Requires ownership of the given comment or server admin permission.

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