| Trees | Indices | Help |
|
|---|
|
|
base.StatusReceiver --+
|
twisted.application.service.Service --+ |
| |
twisted.application.service.MultiService --+
|
util.ComparableMixin --+
|
base.StatusReceiverMultiService --+
|
mail.MailNotifier --+
|
TinderboxMailNotifier
This is a Tinderbox status notifier. It can send e-mail to a number of different tinderboxes or people. E-mails are sent at the beginning and upon completion of each build. It can be configured to send out e-mails for only certain builds.
The most basic usage is as follows:
TinderboxMailNotifier(fromaddr="buildbot@localhost",
tree="MyTinderboxTree",
extraRecipients=["tinderboxdaemon@host.org"])
The builder name (as specified in master.cfg) is used as the "build" tinderbox option.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
| Class Variables | |
compare_attrs =
|
|
__implemented__ = <implementedBy buildbot.status.tinderbox.Tin
|
|
|
Inherited from |
|
| Method Details |
|
|
|
Special descriptor for class __provides__ The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker. For example: >>> from zope.interface import Interface >>> class IFooFactory(Interface): ... pass >>> class IFoo(Interface): ... pass >>> class C(object): ... implements(IFoo) ... classProvides(IFooFactory) >>> [i.getName() for i in C.__provides__] ['IFooFactory'] >>> [i.getName() for i in C().__provides__] ['IFoo']
|
| Class Variable Details |
compare_attrs
|
__implemented__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Dec 19 18:26:45 2010 | http://epydoc.sourceforge.net |