Package buildbot :: Package steps :: Module slave :: Class RemoveDirectory
[frames] | no frames]

Class RemoveDirectory

source code

                            object --+    
                                     |    
process.properties.PropertiesMixin --+    
                                     |    
           process.buildstep.BuildStep --+
                                         |
                                        RemoveDirectory

Remove a directory tree on the slave.

Instance Methods
 
__init__(self, dir, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
start(self) source code
 
commandComplete(self, cmd) source code

Inherited from process.buildstep.BuildStep: __provides__, acquireLocks, addCompleteLog, addFactoryArguments, addHTMLLog, addLog, addLogObserver, addURL, describe, failed, finished, getLog, getSlaveName, interrupt, releaseLocks, runCommand, setBuild, setBuildSlave, setDefaultWorkdir, setProgress, setStepStatus, setupProgress, slaveVersion, slaveVersionIsOlderThan, startStep

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from process.properties.PropertiesMixin: __providedBy__, getProperties, getProperty, hasProperty, has_key, render, setProperty

Static Methods

Inherited from process.buildstep.BuildStep: __new__

Class Variables
  name = 'RemoveDirectory'
  description = 'Deleting'
  desciprtionDone = 'Deleted'
  renderables = ['dir']
  haltOnFailure = True
  flunkOnFailure = True

Inherited from process.buildstep.BuildStep: __implemented__, alwaysRun, build, doStepIf, flunkOnWarnings, hideStepIf, locks, parms, progress, progressMetrics, set_runtime_properties, step_status, useProgress, warnOnFailure, warnOnWarnings

Properties

Inherited from object: __class__

Method Details

__init__(self, dir, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

start(self)

source code 
Overrides: process.buildstep.BuildStep.start