Package buildslave :: Package commands :: Module base
[frames] | no frames]

Module base

source code

Classes
  CommandInterrupted
  TimeoutError
  Obfuscated
An obfuscated string in a command
  AbandonChain
A series of chained steps can raise this exception to indicate that one of the intermediate ShellCommands has failed, such that there is no point in running the remainder.
  ShellCommandPP
  LogFileWatcher
  ShellCommand
  Command
  SlaveShellCommand
This is a Command which runs a shell command.
  DummyCommand
I am a dummy no-op command that by default takes 5 seconds to complete.
  WaitCommand
I am a dummy command used by the buildbot unit test suite.
Variables
  command_version = '2.9'
  waitCommandRegistry = {}
  __package__ = 'buildslave.commands'