Dashboard > Pulse v1.2 > ... > Remote API Functions > RemoteApi.deleteBuild
  Pulse v1.2 Log In | Sign Up   View a printable version of the current page.  
  RemoteApi.deleteBuild
Added by Jason Sankey, last edited by Jason Sankey on Mar 28, 2007
Labels: 
(None)

Pulse Manual Index

Synopsis

boolean deleteBuild(string token, string projectName, int id)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
projectName string Name of the project that the build belongs to.
id int The identifier (build id) of the build to delete.

Returns

True if the build existed and was successfully deleted, false if the build did not exist.

Description

Deletes a specified build. All information about the build result is removed.

Access

Only accessible to administrators and administrators for the given project.

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