| Home | Trees | Index | Help |
|
|---|
| Package buildbot :: Module scheduler :: Class Try_Jobdir |
|
ComparableMixin--+ |Service--+ | | |MultiService--+ |BaseScheduler--+ |TryBase--+ | Try_Jobdir
| Method Summary | |
|---|---|
__init__(self,
name,
builderNames,
jobdir,
properties)
| |
messageReceived(self,
filename)
| |
parseJob(self,
f)
| |
setServiceParent(self,
parent)
| |
| Inherited from TryBase | |
| |
| |
| |
| Inherited from BaseScheduler | |
| |
| |
| Inherited from MultiService | |
| |
| |
| |
| |
| |
| |
| |
| Inherited from Service | |
| |
| |
| |
| Inherited from ComparableMixin | |
| |
| |
| Instance Variable Summary | |
|---|---|
| Inherited from BaseScheduler | |
name: name of the scheduler | |
| Properties object | properties: additional properties specified in this scheduler's configuration |
| Class Variable Summary | |
|---|---|
tuple |
compare_attrs = ('name', 'builderNames', 'jobdir', 'prop...
|
| Inherited from TryBase | |
Implements |
__implemented__ = <implementedBy buildbot.scheduler.TryB...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
| Inherited from MultiService | |
_implementsTuple |
__implements__ = (<MetaInterface twisted.application.ser...
|
| Inherited from Service | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
NoneType |
parent = None |
int |
running = 0 |
| Class Variable Details |
|---|
compare_attrs
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 | http://epydoc.sf.net |