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

Class GridStatusResource

source code

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

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
content(*args, **kwargs)
This method builds the regular grid display.
source code

Inherited from base.HtmlResource: getChild, render

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

Inherited from base.ContextMixin: getContext

Inherited from base.AccessorMixin: getAuthz, getBuildmaster, getPageTitle, getStatus

Inherited from GridStatusMixin: build_cxt, builder_cxt, getRecentBuilds, getRecentSourcestamps, getSourceStampKey, get_reload_time

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

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

Inherited from base.HtmlResource: addSlash, contentType, pageTitle

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

Properties

Inherited from object: __class__

Method Details

content(*args, **kwargs)

source code 

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

Decorators:
  • @defer.deferredGenerator
Overrides: base.HtmlResource.content