Class IChangeSource
source code
zope.interface.Interface --+
|
IChangeSource
Service which feeds Change objects to the changemaster. When files or
directories are changed in version control, this object should represent
the changes as a change dictionary and call:
self.master.addChange(who=.., rev=.., ..)
See 'Writing Change Sources' in the manual for more information.
|
describe()
Return a string which briefly describes this source. |
source code
|
|
|
master = Attribute('master', 'Pointer to BuildMaster, automati...
|
|
__bases__ = ( <InterfaceClass zope.interface.Interface>)
|
|
__identifier__ = ' buildbot.interfaces.IChangeSource '
|
|
__iro__ = ( <InterfaceClass buildbot.interfaces.IChangeSource>, ...
|
|
__name__ = ' IChangeSource '
|
|
__sro__ = ( <InterfaceClass buildbot.interfaces.IChangeSource>, ...
|
|
dependents = <WeakKeyDictionary at 50977464>
|
master
- Value:
Attribute('master', 'Pointer to BuildMaster, automatically set when st
arted.')
|
|
__iro__
- Value:
( <InterfaceClass buildbot.interfaces.IChangeSource>,
<InterfaceClass zope.interface.Interface>)
|
|
__sro__
- Value:
( <InterfaceClass buildbot.interfaces.IChangeSource>,
<InterfaceClass zope.interface.Interface>)
|
|