Webtools/BuildAPI: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with " This is a rough requirements doc for {{bug|487036}} (with further detail in {{bug|625417}}, duped).")
 
No edit summary
Line 1: Line 1:
This is a rough requirements doc for {{bug|487036}} (with further detail in {{bug|625417}}, duped).


This is a rough requirements doc for {{bug|487036}} (with further detail in {{bug|625417}}, duped).
The goal is to build a RESTian API against the buildbot database.
 
= Calls needed =
* get changeset for buildid
* get changeset for buildid and regression range (not sure how this differs)
* get buildids for date
* get buildids for date and repo
* get latest build for product or repo

Revision as of 01:09, 2 March 2011

This is a rough requirements doc for bug 487036 (with further detail in bug 625417, duped).

The goal is to build a RESTian API against the buildbot database.

Calls needed

  • get changeset for buildid
  • get changeset for buildid and regression range (not sure how this differs)
  • get buildids for date
  • get buildids for date and repo
  • get latest build for product or repo