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

Class SetPropertiesFromEnv

source code

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

Sets properties from envirionment variables on the slave.

Note this is transfered when the slave first connects

Instance Methods
 
__init__(self, variables, source='SlaveEnvironment', **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
start(self) 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 = 'SetPropertiesFromEnv'
  description = 'Setting'
  descriptionDone = 'Set'

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

Properties

Inherited from object: __class__

Method Details

__init__(self, variables, source='SlaveEnvironment', **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