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

Class Trigger

source code

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

Instance Methods
 
__init__(self, schedulerNames=[], sourceStamp=None, sourceStamps=None, updateSourceStamp=None, alwaysUseLatest=False, waitForFinish=False, set_properties={}, copy_properties=[], **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
interrupt(self, reason) source code
 
end(self, result) source code
 
createTriggerProperties(self) source code
 
getSchedulers(self) source code
 
prepareSourcestampListForTrigger(self) source code
 
start(*args, **kwargs) 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, 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 = '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

Properties

Inherited from object: __class__

Method Details

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

source code 

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

Overrides: object.__init__
(inherited documentation)

interrupt(self, reason)

source code 
Overrides: process.buildstep.BuildStep.interrupt

start(*args, **kwargs)

source code 
Decorators:
  • @defer.inlineCallbacks
Overrides: process.buildstep.BuildStep.start

Class Variable Details

renderables

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