Package buildbot :: Package status :: Package web :: Module grid :: Class GridStatusResource
[frames] | no frames]

Class GridStatusResource

source code

twisted.web.resource.Resource --+    
                                |    
                base.HtmlResource --+
                                    |
                       object --+   |
                                |   |
                  GridStatusMixin --+
                                    |
                                   GridStatusResource

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, allowForce=True, css=None)
Initialize.
source code
 
body(self, request)
This method builds the regular grid display.
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: __providedBy__, delEntity, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Inherited from GridStatusMixin: build_td, builder_td, getRecentSourcestamps, getSourceStampKey, get_reload_time, stamp_td

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  status = None
hash(x)
  control = None
hash(x)
  changemaster = None
hash(x)

Inherited from base.HtmlResource: addSlash, contentType, title

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

Properties

Inherited from object: __class__

Method Details

__init__(self, allowForce=True, css=None)
(Constructor)

source code 

Initialize.

Overrides: object.__init__
(inherited documentation)

body(self, request)

source code 

This method builds the regular grid display. That is, build stamps across the top, build hosts down the left side

Overrides: base.HtmlResource.body