File: cls-irenderable.rst

package info (click to toggle)
buildbot 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,080 kB
  • sloc: python: 174,183; sh: 1,204; makefile: 332; javascript: 119; xml: 16
file content (13 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. index:: single: Properties; IRenderable

IRenderable
===========

.. class:: buildbot.interfaces.IRenderable

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

    .. method:: getRenderingFor(iprops)

        :param iprops: the :class:`~buildbot.interfaces.IProperties` provider supplying the properties of the build
        :returns: the interpretation of the given properties, optionally in a Deferred