Package buildbot :: Package db :: Module buildsets :: Class BuildsetsConnectorComponent
[frames] | no frames]

Class BuildsetsConnectorComponent

source code

               object --+    
                        |    
base.DBConnectorComponent --+
                            |
                           BuildsetsConnectorComponent

Instance Methods
 
addBuildset(self, sourcestampsetid, reason, properties, builderNames, external_idstring=None, _reactor=reactor) source code
 
completeBuildset(self, bsid, results, complete_at=None, _reactor=reactor) source code
 
getBuildset(self, bsid) source code
 
getBuildsets(self, complete=None) source code
 
getBuildsetProperties(self, buildsetid)
Return the properties for a buildset, in the same format they were given to addBuildset.
source code

Inherited from base.DBConnectorComponent: __init__, check_length

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from base.DBConnectorComponent: connector

Properties

Inherited from object: __class__

Method Details

getBuildsetProperties(self, buildsetid)

source code 

Return the properties for a buildset, in the same format they were given to addBuildset.

Note that this method does not distinguish a nonexistent buildset from a buildset with no properties, and returns {} in either case.

Parameters:
  • buildsetid - buildset ID
Returns:
dictionary mapping property name to (value, source), via Deferred