Package buildbot :: Package slave :: Module registry
[frames | no frames]

Module buildbot.slave.registry

Function Summary
  registerSlaveCommand(name, factory, version)
Register a slave command with the registry, making it available in slaves.

Variable Summary
dict commandRegistry = {'svn': (<class buildbot.slave.command...

Function Details

registerSlaveCommand(name, factory, version)

Register a slave command with the registry, making it available in slaves.
Parameters:
name - name under which the slave command will be registered; used for buildbot.slave.bot.SlaveBuilder.remote_startCommand
           (type=string)
factory
           (type=buildbot.slave.commands.Command)
version - version string of the factory code
           (type=string)

Variable Details

commandRegistry

Type:
dict
Value:
{'arch': (<class buildbot.slave.commands.Arch at 0x2b9179133dd0>, '2.5\
'),
 'bazaar': (<class buildbot.slave.commands.Bazaar at 0x2b9179133e30>, \
'2.5'),
 'bzr': (<class buildbot.slave.commands.Bzr at 0x2b9179133e90>, '2.5')\
,
 'cvs': (<class buildbot.slave.commands.CVS at 0x2b9179133590>, '2.5')\
,
...                                                                    

Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 http://epydoc.sf.net