Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 559 Bytes

formatter_renderable.rst

File metadata and controls

18 lines (11 loc) · 559 Bytes

MessageFormatterRenderable

This formatter is used to format messages in Reportgen-BuildStatusGenerator.

It renders any renderable using the properties of the build that was passed by the status generator.

The constructor of the class takes the following arguments:

template

A renderable that is used to generate the body of the build report.

subject

A renderable that is used to generate the subject of the build report.