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 0x4130ecec>, '2.2'),
 'bazaar': (<class buildbot.slave.commands.Bazaar at 0x4130ed1c>, '2.2\
'),
 'cvs': (<class buildbot.slave.commands.CVS at 0x4130eadc>, '2.2'),
 'darcs': (<class buildbot.slave.commands.Darcs at 0x4130ebcc>, '2.2')\
,
 'downloadFile': (<class buildbot.slave.commands.SlaveFileDownloadComm\
and at 0x4130e92c>,
...                                                                    

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net