Package buildbot :: Package status :: Package web :: Module base :: Class ITopBox
[frames] | no frames]

Class ITopBox

source code

zope.interface.Interface --+
                           |
                          ITopBox

I represent a box in the top row of the waterfall display: the one which shows the status of the last build for each builder.

Instance Methods
 
getBox(self, request)
Return a Box instance, which can produce a <td> cell.
source code
Class Variables
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.status.web.base.ITopBox'
  __iro__ = (<InterfaceClass buildbot.status.web.base.ITopBox>, ...
  __name__ = 'ITopBox'
  __sro__ = (<InterfaceClass buildbot.status.web.base.ITopBox>, ...
  dependents = <WeakKeyDictionary at 24897368>
Class Variable Details

__iro__

Value:
(<InterfaceClass buildbot.status.web.base.ITopBox>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass buildbot.status.web.base.ITopBox>,
 <InterfaceClass zope.interface.Interface>)