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

Pulse Manual Index

Synopsis

array<RemoteApi.BuildResult> getPreviousBuild(string token, string projectName, int id)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
projectName string The name of the project to retrieve the result for.
id int ID of the build to retrieve the previous build for.

Returns

The most recent build before the indicated build, but of the same specification, as a single element array of RemoteApi.BuildResult structures. If there is no such build the array will be empty.

Description

Gets the previous build of the same build specification for an indicated build.

Access

Accessible to all users.

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