Package buildbot :: Package status :: Package web :: Module buildstatus :: Class BuildStatusStatusResource
[frames] | no frames]

Class BuildStatusStatusResource

source code

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

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, categories=None)
Initialize.
source code
 
content(self, request, ctx)
Display a build in the same format as the waterfall page.
source code

Inherited from base.HtmlResource: getChild, render

Inherited from twisted.web.resource.Resource: __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 object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from base.HtmlResource: addSlash, contentType, pageTitle

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

Properties

Inherited from object: __class__

Method Details

__init__(self, categories=None)
(Constructor)

source code 

Initialize.

Overrides: object.__init__
(inherited documentation)

content(self, request, ctx)

source code 

Display a build in the same format as the waterfall page. The HTTP GET parameters are the builder name and the build number.

Overrides: base.HtmlResource.content