Package buildbot :: Package steps :: Module trigger :: Class Trigger
[frames] | no frames]

Class Trigger

source code

process.properties.PropertiesMixin --+        
                                     |        
           process.buildstep.BuildStep --+    
                                         |    
        process.buildstep.LoggingBuildStep --+
                                             |
                                            Trigger

Instance Methods
 
__init__(self, schedulerNames=[], sourceStamp=None, updateSourceStamp=None, alwaysUseLatest=False, waitForFinish=False, set_properties={}, copy_properties=[], **kwargs) source code
 
interrupt(self, reason) source code
 
end(self, result) source code
 
start(self) source code

Inherited from process.buildstep.LoggingBuildStep: addLogFile, buildCommandKwargs, checkDisconnect, commandComplete, createSummary, evaluateCommand, getText, getText2, maybeGetText2, setStatus, setupLogfiles, startCommand

Inherited from process.buildstep.BuildStep: __provides__, acquireLocks, addCompleteLog, addFactoryArguments, addHTMLLog, addLog, addLogObserver, addURL, describe, failed, finished, getLog, getSlaveName, getStepFactory, 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 = 'trigger'
  renderables = ['set_properties', 'schedulerNames', 'sourceStam...
  flunkOnFailure = True

Inherited from process.buildstep.LoggingBuildStep: cmd, logfiles, parms, progressMetrics

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

Method Details

__init__(self, schedulerNames=[], sourceStamp=None, updateSourceStamp=None, alwaysUseLatest=False, waitForFinish=False, set_properties={}, copy_properties=[], **kwargs)
(Constructor)

source code 
Overrides: process.buildstep.BuildStep.__init__

interrupt(self, reason)

source code 
Overrides: process.buildstep.BuildStep.interrupt

start(self)

source code 
Overrides: process.buildstep.BuildStep.start

Class Variable Details

renderables

Value:
['set_properties',
 'schedulerNames',
 'sourceStamp',
 'updateSourceStamp',
 'alwaysUseLatest']