Package buildbot :: Package steps :: Module transfer :: Class JSONStringDownload
[frames] | no frames]

Class JSONStringDownload

source code

process.buildstep.BuildStep --+        
                              |        
             _TransferBuildStep --+    
                                  |    
                     StringDownload --+
                                      |
                                     JSONStringDownload

Encode object o as a json string and save it on the buildslave

Arguments:

['o']         object to encode and transfer
Instance Methods
 
__init__(self, o, slavedest, **buildstep_kwargs) source code

Inherited from StringDownload: start

Inherited from _TransferBuildStep: finished, interrupt, setDefaultWorkdir

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

Class Variables
  name = 'json_download'

Inherited from StringDownload: renderables

Inherited from _TransferBuildStep: DEFAULT_WORKDIR, flunkOnFailure, haltOnFailure

Inherited from process.buildstep.BuildStep: alwaysRun, doStepIf, flunkOnWarnings, locks, parms, progressMetrics, useProgress, warnOnFailure, warnOnWarnings

Instance Variables

Inherited from process.buildstep.BuildStep: build, progress, step_status

Method Details

__init__(self, o, slavedest, **buildstep_kwargs)
(Constructor)

source code 
Overrides: process.buildstep.BuildStep.__init__