buildbot
index
/home/aki/wrk/git-mozharness-ro/mozharness/mozilla/buildbot.py

Code to tie into buildbot.
Ideally this will go away if and when we retire buildbot.

 
Modules
       
os
pprint
sys

 
Classes
       
__builtin__.object
BuildbotMixin

 
class BuildbotMixin(__builtin__.object)
     Methods defined here:
buildbot_status(self, tbpl_status, level=None)
dump_buildbot_properties(self, prop_list=None, file_name='properties', error_level='error')
query_buildbot_property(self, prop_name)
read_buildbot_config(self)
set_buildbot_property(self, prop_name, prop_value, write_to_file=False)
tryserver_email(self)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes defined here:
buildbot_config = None
buildbot_properties = {}

 
Data
        ERROR = 'error'
INFO = 'info'
TBPL_EXCEPTION = 'EXCEPTION'
TBPL_FAILURE = 'FAILURE'
TBPL_RETRY = 'RETRY'
TBPL_STATUS_DICT = {'EXCEPTION': 'error', 'FAILURE': 'error', 'RETRY': 'warning', 'SUCCESS': 'info', 'WARNING': 'warning'}
TBPL_SUCCESS = 'SUCCESS'
TBPL_WARNING = 'WARNING'
WARNING = 'warning'