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

Class IDownstreamScheduler

source code

zope.interface.Interface --+
                           |
                          IDownstreamScheduler

This marks an IScheduler to be listening to other schedulers. On reconfigs, these might get notified to check if their upstream scheduler are stil the same.

Instance Methods [hide private]
 
checkUpstreamScheduler()
Check if the upstream scheduler is still alive, and if not, get a new upstream object from the master.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'checkUpstreamScheduler': <zope.inte...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IDownstreamScheduler'
  __iro__ = (<InterfaceClass buildbot.interfaces.IDownstreamSche...
  __name__ = 'IDownstreamScheduler'
  __sro__ = (<InterfaceClass buildbot.interfaces.IDownstreamSche...
  _implied = {<InterfaceClass buildbot.interfaces.IDownstreamSch...
  dependents = <WeakKeyDictionary at 45476176>

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

Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'checkUpstreamScheduler': <zope.interface.interface.Method object at \
0x2b5ddd0>}

__iro__

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

__sro__

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

_implied

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