Trees | Indices | Help |
|
---|
|
zope.interface.Interface --+ | IScheduler
I watch for Changes in the source tree and decide when to trigger Builds. I create BuildSet objects and submit them to the BuildMaster. I am a service, and the BuildMaster is always my parent.
Instance Methods | |||
|
|||
|
|||
|
Class Variables | |
__bases__ =
|
|
__identifier__ =
|
|
__iro__ =
|
|
__name__ =
|
|
__sro__ =
|
|
dependents = <WeakKeyDictionary at 41510672>
|
Instance Variables | |
L<buildbot.process.properties.Properties> |
properties properties to be applied to all builds started by this scheduler |
Method Details |
A Change has just been dispatched by one of the ChangeSources. Each Scheduler will receive this Change. I may decide to start a build as a result, or I might choose to ignore it. |
Return a list of timestamps for any builds that are waiting in the tree-stable-timer queue. This is only relevant for Change-based schedulers, all others can just return an empty list. |
Class Variable Details |
__iro__
|
__sro__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 29 10:00:41 2010 | http://epydoc.sourceforge.net |