Package buildbot :: Package steps :: Module transfer
[hide private]
[frames] | no frames]

Module transfer

source code

Classes [hide private]
  _FileWriter
Helper class that acts as a file-object with write access
  _DirectoryWriter
A DirectoryWriter is implemented as a FileWriter, with an added post-processing step to unpack the archive, once the transfer has completed.
  StatusRemoteCommand
  _TransferBuildStep
Base class for FileUpload and FileDownload to factor out common functionality.
  FileUpload
Build step to transfer a file from the slave to the master.
  DirectoryUpload
Build step to transfer a directory from the slave to the master.
  _FileReader
Helper class that acts as a file-object with read access
  FileDownload
Download the first 'maxsize' bytes of a file, from the buildmaster to the buildslave.
Functions [hide private]
 
_extractall(self, path='.', members=None)
Fallback extractall method for TarFile, in case it doesn't have its own.
source code
Variables [hide private]
  __package__ = 'buildbot.steps'