Package buildbot :: Package steps :: Module master :: Class MasterShellCommand
[frames] | no frames]

Class MasterShellCommand

source code

process.properties.PropertiesMixin --+    
                                     |    
           process.buildstep.BuildStep --+
                                         |
                                        MasterShellCommand

Run a shell command locally - on the buildmaster. The shell command COMMAND is specified just as for a RemoteShellCommand. Note that extra logfiles are not supported.

Nested Classes
  LocalPP
Instance Methods
 
__init__(self, command, description=None, descriptionDone=None, env=None, path=None, usePTY=0, **kwargs) source code
 
start(self) source code
 
processEnded(self, status_object) source code

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

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

Class Variables
  name = 'MasterShellCommand'
  description = 'Running'
  descriptionDone = 'Ran'
  renderables = ['command']
  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

Method Details

__init__(self, command, description=None, descriptionDone=None, env=None, path=None, usePTY=0, **kwargs)
(Constructor)

source code 
Overrides: process.buildstep.BuildStep.__init__

start(self)

source code 
Overrides: process.buildstep.BuildStep.start