Caution
Buildbot no longer supports Python 2.7 on the Buildbot master.
2.5.13. 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.
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
andBuildSetStatusGenerator
)MessageFormatterMissingWorkers (used in
WorkerMissingGenerator
)