Package buildbot :: Package status :: Module html :: Class WaterfallStatusResource
[frames | no frames]

Class WaterfallStatusResource

Resource --+    
           |    
HtmlResource --+
               |
              WaterfallStatusResource


This builds the main status page, with the waterfall display, and all child pages.
Method Summary
  __init__(self, status, changemaster, categories, css)
  body(self, request)
This method builds the main waterfall display.
  body0(self, request, builders)
  buildGrid(self, request, builders)
  phase0(self, request, sourceNames, timestamps, eventGrid)
  phase1(self, request, sourceNames, timestamps, eventGrid, sourceEvents)
  phase2(self, request, sourceNames, timestamps, eventGrid, sourceEvents)
    Inherited from HtmlResource
  content(self, request)
  render(self, request)
Render a given resource.
    Inherited from Resource
  delEntity(self, name)
  getChild(self, path, request)
Retrieve a 'child' resource from me.
  getChildForRequest(self, request)
  getChildWithDefault(self, path, request)
Retrieve a static or dynamically generated child resource from me.
  getDynamicEntity(self, name, request)
  getStaticEntity(self, name)
  listDynamicEntities(self, request)
  listDynamicNames(self)
  listEntities(self)
  listNames(self)
  listStaticEntities(self)
  listStaticNames(self)
  putChild(self, path, child)
Register a static child.
  reallyPutEntity(self, name, entity)
  render_HEAD(self, request)
Default handling of HEAD method.

Class Variable Summary
str title = 'BuildBot'
    Inherited from HtmlResource
str contentType = 'text/html; charset=UTF-8'
NoneType css = None                                                                  
    Inherited from Resource
Implements __implemented__ = <implementedBy twisted.web.resource.Re...
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
MetaInterface entityType = <MetaInterface twisted.web.resource.IResour...
int isLeaf = 0                                                                     
NoneType server = None                                                                  

Method Details

body(self, request)

This method builds the main waterfall display.
Overrides:
buildbot.status.html.HtmlResource.body

Class Variable Details

title

Type:
str
Value:
'BuildBot'                                                             

Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 http://epydoc.sf.net