Package buildbot :: Module interfaces :: Class ISchedulerStatus
[hide private]
[frames] | no frames]

Class ISchedulerStatus

source code

zope.interface.Interface --+
                           |
                          ISchedulerStatus

Instance Methods [hide private]
 
getName()
Return the name of this Scheduler (a string).
source code
 
getPendingBuildsets()
Return an IBuildSet for all BuildSets that are pending.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'getName': <zope.interface.interface...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.ISchedulerStatus'
  __iro__ = (<InterfaceClass buildbot.interfaces.ISchedulerStatu...
  __name__ = 'ISchedulerStatus'
  __sro__ = (<InterfaceClass buildbot.interfaces.ISchedulerStatu...
  _implied = {<InterfaceClass buildbot.interfaces.ISchedulerStat...
  dependents = <WeakKeyDictionary at 45504344>

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

Method Details [hide private]

getPendingBuildsets()

source code 

Return an IBuildSet for all BuildSets that are pending. These BuildSets are waiting for their tree-stable-timers to expire.


Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'getName': <zope.interface.interface.Method object at 0x2b64f50>,
 'getPendingBuildsets': <zope.interface.interface.Method object at 0x2\
b64f10>}

__iro__

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

__sro__

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

_implied

Value:
{<InterfaceClass buildbot.interfaces.ISchedulerStatus>: (),
 <InterfaceClass zope.interface.Interface>: ()}