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

Class BuildStatusStatusResource

source code

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

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

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

Inherited from base.HtmlResource: authUser, content, fillTemplate, footer, getChangemaster, getChild, getControl, getStatus, getTitle, 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

Class Variables

Inherited from base.HtmlResource: addSlash, contentType, title

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

Method Details

__init__(self, categories=None)
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)

head(self, request)

source code 
Overrides: base.HtmlResource.head

body(self, request)

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.body