Package buildslave :: Package commands :: Module fs :: Class StatFile
[frames] | no frames]

Class StatFile

source code

base.Command --+
               |
              StatFile

Instance Methods
 
start(self)
Start the command.
source code

Inherited from base.Command: __init__, __providedBy__, __provides__, doInterrupt, doStart, interrupt, sendStatus, setup

Class Variables
  header = 'stat'

Inherited from base.Command: __implemented__, debug, interrupted, running

Method Details

start(self)

source code 

Start the command. This method should return a Deferred that will fire when the command has completed. The Deferred's argument will be ignored.

This method should be overridden by subclasses.

Overrides: base.Command.start
(inherited documentation)