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

Pulse Manual Index

Synopsis

array<RemoteApi.BuildResult> getBuildRange(string token, string projectName, string buildSpecification, int afterBuild, int toBuild)

Parameters

Parameter Type Description
token string Credentials, see RemoteApi.login
projectName string The name of the project to retrieve the results for.
buildSpecification string Name of the build specification to retrieve builds for.
afterBuild int One less than the lowest build number that may be included in the range.
toBuild int The highest build number that may be included in the range.

Returns

An array of RemoteApi.BuildResult structures, all builds of the given build specification that have numbers in the range (afterBuild, toBuild], sorted from least to most recent.

Description

Gets a range of builds for a given build specification. The range is limited by the provided build numbers afterBuild and toBuild, note that the former is exclusive but the latter inclusive.

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