Caution

This page documents the latest, unreleased version of Buildbot. For documentation for released versions, see http://docs.buildbot.net/current/.

3.10.9. IRenderable

class buildbot.interfaces.IRenderable

Providers of this class can be “rendered”, based on available properties, when a build is started.

getRenderingFor(iprops)
Parameters:

iprops – the IProperties provider supplying the properties of the build

Returns:

the interpretation of the given properties, optionally in a Deferred