Package buildbot :: Module interfaces :: Class IRenderable
[frames] | no frames]

Class IRenderable

source code

zope.interface.Interface --+
                           |
                          IRenderable

An object that can be interpolated with properties from a build.

Instance Methods
 
getRenderingFor(iprops)
Return the interpolation with the given properties
source code
Class Variables
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IRenderable'
  __iro__ = (<InterfaceClass buildbot.interfaces.IRenderable>, <...
  __name__ = 'IRenderable'
  __sro__ = (<InterfaceClass buildbot.interfaces.IRenderable>, <...
  dependents = <WeakKeyDictionary at 37397568>
Method Details

getRenderingFor(iprops)

source code 

Return the interpolation with the given properties

Parameters:
  • iprops - the IProperties provider supplying the properties.

Class Variable Details

__iro__

Value:
(<InterfaceClass buildbot.interfaces.IRenderable>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass buildbot.interfaces.IRenderable>,
 <InterfaceClass zope.interface.Interface>)