Next: , Previous: StatusPush, Up: Status Targets


4.14.6 HttpStatusPush

     import buildbot.status.status_push
     sp = buildbot.status.status_push.HttpStatusPush(
             serverUrl="http://example.com/submit")
     c['status'].append(sp)

HttpStatusPush builds on StatusPush and sends HTTP requests to serverUrl, with all the items json-encoded. It is useful to create a status front end outside of buildbot for better scalability.