Package buildbot :: Module interfaces :: Class IUpstreamScheduler
[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
 
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
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IUpstreamScheduler'
  __iro__ = (<InterfaceClass buildbot.interfaces.IUpstreamSchedu...
  __name__ = 'IUpstreamScheduler'
  __sro__ = (<InterfaceClass buildbot.interfaces.IUpstreamSchedu...
  dependents = <WeakKeyDictionary at 41509880>
Method Details

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

__iro__

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

__sro__

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