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(builderNames, ss, reason, props=None, now=False)
Create a BuildSet, which will eventually cause a build of the given SourceStamp to be run on all of the named builders.
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 13049080>
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.

submitBuildSet(builderNames, ss, reason, props=None, now=False)

source code 

Create a BuildSet, which will eventually cause a build of the given SourceStamp to be run on all of the named builders. This returns a BuildSetStatus object, which can be used to keep track of the builds that are performed.

If now=True, and the builder has no slave attached, NoSlaveError will be raised instead of queueing the request for later action.


Class Variable Details

__iro__

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

__sro__

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