Skip to content

Commit

Permalink
Document JSON view
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin J. Mitchell committed Feb 12, 2010
1 parent a4b6965 commit 90e716b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS
Expand Up @@ -3,6 +3,11 @@ Major User visible changes in Buildbot. -*- outline -*-

* Next Release (add significant changes here)

* New /json web status

This view has lots of useful information perfectly formed for serving as input
to JavaScript status displays. See /json/help for details.

* Release 0.7.12 (January 21, 2010)

** New 'console' display
Expand Down
7 changes: 7 additions & 0 deletions docs/buildbot.texinfo
Expand Up @@ -7994,6 +7994,13 @@ This provides an atom feed summarizing all failed builds. The same
query-arguments used by 'waterfall' can be added to filter the feed
output.

@item /json

This view provides quick access to Buildbot status information in a form that
is easiliy digested from other programs, including JavaScript. See
@code{/json/help} for detailed interactive documentation of the output formats
for this view.

@item /buildstatus?builder=$BUILDERNAME&number=$BUILDNUM

This displays a waterfall-like chronologically-oriented view of all the
Expand Down

0 comments on commit 90e716b

Please sign in to comment.