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

Class IUpstreamScheduler

source code

zope.interface.Interface --+
                           |
                          IUpstreamScheduler

This marks an IScheduler as being eligible for use as the 'upstream=' argument to a buildbot.scheduler.Dependent instance.

Instance Methods [hide private]
 
subscribeToSuccessfulBuilds(target)
Request that the target callbable be invoked after every successful buildset.
source code
 
listBuilderNames()
Return a list of strings indicating the Builders that this Scheduler might feed.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'listBuilderNames': <zope.interface....
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IUpstreamScheduler'
  __iro__ = (<InterfaceClass buildbot.interfaces.IUpstreamSchedu...
  __name__ = 'IUpstreamScheduler'
  __sro__ = (<InterfaceClass buildbot.interfaces.IUpstreamSchedu...
  _implied = {<InterfaceClass buildbot.interfaces.IUpstreamSched...
  dependents = <WeakKeyDictionary at 45475960>

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

Method Details [hide private]

subscribeToSuccessfulBuilds(target)

source code 

Request that the target callbable be invoked after every successful buildset. The target will be called with a single argument: the SourceStamp used by the successful builds.


Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'listBuilderNames': <zope.interface.interface.Method object at 0x2b5d\
c90>,
 'subscribeToSuccessfulBuilds': <zope.interface.interface.Method objec\
t at 0x2b5dcd0>}

__iro__

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

__sro__

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

_implied

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