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

Class IControl

source code

zope.interface.Interface --+
                           |
                          IControl

Instance Methods
 
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
  __bases__ = (<InterfaceClass zope.interface.Interface>)
  __identifier__ = 'buildbot.interfaces.IControl'
  __iro__ = (<InterfaceClass buildbot.interfaces.IControl>, <Int...
  __name__ = 'IControl'
  __sro__ = (<InterfaceClass buildbot.interfaces.IControl>, <Int...
  dependents = <WeakKeyDictionary at 14332128>
Method Details

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

__iro__

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

__sro__

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