Package buildbot :: Package status :: Package web :: Module base :: Class ICurrentBox
[hide private]
[frames] | no frames]

Class ICurrentBox

source code

zope.interface.Interface --+
                           |
                          ICurrentBox

I represent the 'current activity' box, just above the builder name.

Instance Methods [hide private]
 
getBox(self, status)
Return a Box instance, which can produce a <td> cell.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'getBox': <zope.interface.interface....
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.status.web.base.ICurrentBox'
  __iro__ = (<InterfaceClass buildbot.status.web.base.ICurrentBo...
  __name__ = 'ICurrentBox'
  __sro__ = (<InterfaceClass buildbot.status.web.base.ICurrentBo...
  _implied = {<InterfaceClass buildbot.status.web.base.ICurrentB...
  dependents = <WeakKeyDictionary at 76979232>

Inherited from zope.interface.Interface (private): _Element__tagged_values

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'getBox': <zope.interface.interface.Method object at 0x49c2c50>}

__iro__

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

__sro__

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

_implied

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