Caution
Buildbot no longer supports Python 2.7 on the Buildbot master.
2.5.14. Report Generators
Report generators abstract the conditions of when a message is sent by a Reporter and the content of the message.
Multiple report generators can be registered to a reporter.
At this moment, only the following reporters support report generators:
Eventually, report generator support will be added to the rest of the reporters as well.
The following report generators are available:
The report generators may customize the reports using message formatters. The following message formatter classes are provided:
MessageFormatter (used in
BuildStatusGenerator
,BuildStartEndStatusGenerator
andBuildSetStatusGenerator
)MessageFormatterRenderable (used in
BuildStatusGenerator
andBuildStartEndStatusGenerator
)MessageFormatterFunction (used in
BuildStatusGenerator
andBuildStartEndStatusGenerator
)MessageFormatterMissingWorkers (used in
WorkerMissingGenerator
)