|
_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.
|