Confirmed users
2,456
edits
(Created page with "= REST Interface = GET /builds/{branch} -> list of recent builds, including completed, running and pending GET /builds/{branch}/build/{buildid} -> information about a particula...") |
|||
| Line 1: | Line 1: | ||
= REST Interface = | = REST Interface = | ||
GET /builds/branches -> list of branches | |||
GET /builds/{branch} -> list of recent builds, including completed, running and pending | GET /builds/{branch} -> list of recent builds, including completed, running and pending | ||
| Line 18: | Line 20: | ||
POST /builds/{branch}/builders/{buildername} -> create a new build on this builder (optional revision accepted as part of POST data) | POST /builds/{branch}/builders/{buildername} -> create a new build on this builder (optional revision accepted as part of POST data) | ||
POST /builds/{branch}/build -> rebuilds an old build on this branch (requires buildid of build to rebuild) | |||
PUT and DELETE can also be achieved by POSTing to the URL with a POST field "_method" set to PUT or DELETE. | PUT and DELETE can also be achieved by POSTing to the URL with a POST field "_method" set to PUT or DELETE. | ||