Trees | Indices | Help |
|
---|
|
zope.interface.Interface --+ | IProperties
An object providing access to build properties
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Class Variables | |
__bases__ =
|
|
__identifier__ =
|
|
__iro__ =
|
|
__name__ =
|
|
__sro__ =
|
|
dependents = <WeakKeyDictionary at 50865936>
|
Method Details |
Get the named property, returning the default if the property does not exist.
|
Return true if the named property exists.
|
Set the given property, overwriting any existing value. The source describes the source of the value for human interpretation.
|
Get the buildbot.process.properties.Properties instance storing these properties. Note that the interface for this class is not stable, so where possible the other methods of this interface should be used.
|
Get the buildbot.process.build.Build instance for the current build. Note that this object is not available after the build is complete, at which point this method will return None. Try to avoid using this method, as the API of Build instances is not well-defined. @returns buildbot.process.build.Build instance |
Render @code{value} as an IRenderable. This essentially coerces @code{value} to
an IRenderable and calls its @
|
Class Variable Details |
__iro__
|
__sro__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Nov 21 16:22:43 2012 | http://epydoc.sourceforge.net |