Package buildbot :: Package status :: Package web :: Module tests :: Class TestResult
[frames] | no frames]

Class TestResult

source code

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

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, name, test_result)
Initialize.
source code
 
body(self, request) 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

Class Variables
  title = 'Test Logs'

Inherited from base.HtmlResource: addSlash, contentType

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

Method Details

__init__(self, name, test_result)
(Constructor)

source code 

Initialize.

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

body(self, request)

source code 
Overrides: base.HtmlResource.body