Package buildbot :: Package status :: Package web :: Module baseweb
[frames | no frames]

Module buildbot.status.web.baseweb

Classes
LastBuild  
OneBoxPerBuilder This shows a narrow table with one row per builder.
OneLinePerBuild This shows one line per build, combining all builders together.
OneLinePerBuildOneBuilder  
Waterfall  
WebStatus  

Function Summary
  getLastNBuilds(status, numbuilds, builders, branches)
Return a list with the last few Builds, sorted by start time.

Variable Summary
dict BODY_ATTRS = {'vlink': '#800080'}
str FOOTER = '\n</html>\n'
list HEAD_ELEMENTS = ['<title>%(title)s</title>', '<link href...
str HEADER = '\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...

Function Details

getLastNBuilds(status, numbuilds, builders=[], branches=[])

Return a list with the last few Builds, sorted by start time. builder_names=None means all builders

Variable Details

BODY_ATTRS

Type:
dict
Value:
{'vlink': '#800080'}                                                   

FOOTER

Type:
str
Value:
'''
</html>
'''                                                                    

HEAD_ELEMENTS

Type:
list
Value:
['<title>%(title)s</title>',
 '<link href="%(root)sbuildbot.css" rel="stylesheet" type="text/css" /\
>']                                                                    

HEADER

Type:
str
Value:
'''
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html
 xmlns="http://www.w3.org/1999/xhtml"
 lang="en"
 xml:lang="en">
...                                                                    

Generated by Epydoc 2.1 on Tue Sep 16 09:16:00 2008 http://epydoc.sf.net