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

Class TransposedGridStatusResource

source code

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

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
content(self, request, cxt)
This method builds the transposed grid display.
source code

Inherited from base.HtmlResource: getChild, render

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

Inherited from base.ContextMixin: getAuthz, getBuildmaster, getContext, getStatus, getTitle

Inherited from GridStatusMixin: build_cxt, builder_cxt, 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)
  default_rev_order = 'asc'

Inherited from base.HtmlResource: addSlash, contentType, title

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

Properties

Inherited from object: __class__

Method Details

content(self, request, cxt)

source code 

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