| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.DBConnectorComponent --+
|
StateConnectorComponent
A DBConnectorComponent to handle maintaining arbitrary key/value state for Buildbot objects. Objects are identified by their (user-visible) name and their class. This allows e.g., a 'nightly_smoketest' object of class NightlyScheduler to maintain its state even if it moves between masters, but avoids cross-contaminating state between different classes.
Note that the class is not interpreted literally, and can be any string that will uniquely identify the class for the object; if classes are renamed, they can continue to use the old names.
| Nested Classes | |
| Thunk | |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Instance Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
Get the object ID for this combination of a name and a class. This will add a row to the 'objects' table if none exists already.
|
Get the state value for
|
Set the state value for
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:20 2011 | http://epydoc.sourceforge.net |