Skip to content

Commit

Permalink
Add a forgotten parameter in the doc description
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Allard committed Oct 20, 2016
1 parent ccf50b0 commit 4ae4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-reporters.rst
Expand Up @@ -779,7 +779,7 @@ It requires `txrequests`_ package to allow interaction with http server.
The json data object sent is completly different from the one that was generated by 0.8.x buildbot.
It is indeed generated using data api.

.. py:class:: HttpStatusPush(serverUrl, user=None, password=None, auth=None, builders=None, wantProperties=False, wantSteps=False, wantPreviousBuild=False, wantLogs=False)
.. py:class:: HttpStatusPush(serverUrl, user=None, password=None, auth=None, format_fn=None, builders=None, wantProperties=False, wantSteps=False, wantPreviousBuild=False, wantLogs=False)
:param string serverUrl: the url where to do the http post
:param string user: the BasicAuth user to post as
Expand Down

0 comments on commit 4ae4046

Please sign in to comment.