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

Class OneBoxPerBuilder

source code

twisted.web.resource.Resource --+    
                                |    
                base.HtmlResource --+
                                    |
                                   OneBoxPerBuilder

This shows a narrow table with one row per builder. The leftmost column
contains the builder name. The next column contains the results of the
most recent build. The right-hand column shows the builder's current
activity.

builder=: show only builds for this builder. Multiple builder= arguments
          can be used to see builds from any builder in the set.

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
body(self, req) source code

Inherited from base.HtmlResource: authUser, content, fillTemplate, footer, getChangemaster, getChild, getControl, getStatus, getTitle, head, isUsingUserPasswd, path_to_root, render

Inherited from twisted.web.resource.Resource: __init__, __providedBy__, delEntity, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables
  title = 'Latest Build'

Inherited from base.HtmlResource: addSlash, contentType

Inherited from twisted.web.resource.Resource: __implemented__, __provides__, isLeaf, server

Method Details

body(self, req)

source code 
Overrides: base.HtmlResource.body