Package buildbot :: Module interfaces :: Class IDownstreamScheduler
[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
 
checkUpstreamScheduler()
Check if the upstream scheduler is still alive, and if not, get a new upstream object from the master.
source code
Class Variables
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IDownstreamScheduler'
  __iro__ = (<InterfaceClass buildbot.interfaces.IDownstreamSche...
  __name__ = 'IDownstreamScheduler'
  __sro__ = (<InterfaceClass buildbot.interfaces.IDownstreamSche...
  dependents = <WeakKeyDictionary at 41510168>
Class Variable Details

__iro__

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

__sro__

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