Package buildbot :: Module interfaces :: Class IControl
[hide private]
[frames] | no frames]

Class IControl

source code

zope.interface.Interface --+
                           |
                          IControl

Instance Methods [hide private]
 
addChange(change)
Add a change to all builders.
source code
 
submitBuildSet(buildset)
Submit a BuildSet object, which will eventually be run on all of the builders listed therein.
source code
 
getBuilder(name)
Retrieve the IBuilderControl object for the given Builder.
source code
Class Variables [hide private]
  _InterfaceClass__attrs = {'addChange': <zope.interface.interfa...
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IControl'
  __iro__ = (<InterfaceClass buildbot.interfaces.IControl>, <Int...
  __name__ = 'IControl'
  __sro__ = (<InterfaceClass buildbot.interfaces.IControl>, <Int...
  _implied = {<InterfaceClass buildbot.interfaces.IControl>: (),...
  dependents = <WeakKeyDictionary at 45516056>

Inherited from zope.interface.Interface (private): _Element__tagged_values

Method Details [hide private]

addChange(change)

source code 

Add a change to all builders. Each Builder will decide for themselves whether the change is interesting or not, and may initiate a build as a result.


Class Variable Details [hide private]

_InterfaceClass__attrs

Value:
{'addChange': <zope.interface.interface.Method object at 0x2b69e10>,
 'getBuilder': <zope.interface.interface.Method object at 0x2b69dd0>,
 'submitBuildSet': <zope.interface.interface.Method object at 0x2b69e5\
0>}

__iro__

Value:
(<InterfaceClass buildbot.interfaces.IControl>,
 <InterfaceClass zope.interface.Interface>)

__sro__

Value:
(<InterfaceClass buildbot.interfaces.IControl>,
 <InterfaceClass zope.interface.Interface>)

_implied

Value:
{<InterfaceClass buildbot.interfaces.IControl>: (),
 <InterfaceClass zope.interface.Interface>: ()}