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

Pulse Manual Index

Synopsis

array<RemoteApi.BuildResult> getLatestBuildsWithWarnings(string token, string projectName, string buildSpecification, int maxResults)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
projectName string The name of the project to retrieve the results for.
buildSpecification string If non-empty, only return build results for the given build specification.
maxResults int The maximum number of build results to return.

Returns

An array of RemoteApi.BuildResult structures, the builds that meet the criteria provided and have at least one warning feature recorded. Builds are ordered from most to least recent.

Description

Queries the build results for the given project, restricting the results returned based on the given parameters and the presence of at least one warning feature. The most recent builds are included first, and a maximum of maxResults builds will be returned.

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