Package buildbot :: Package status :: Package web :: Module status_json :: Class BuilderSlavesJsonResources
[frames] | no frames]

Class BuilderSlavesJsonResources

source code

twisted.web.resource.Resource --+    
                                |    
                     JsonResource --+
                                    |
                                   BuilderSlavesJsonResources

Nested Classes

Inherited from twisted.web.resource.Resource: entityType

Instance Methods
 
__init__(self, status, builder_status)
Adds transparent lazy-child initialization.
source code

Inherited from JsonResource: asDict, content, getChildWithDefault, putChild, render_GET

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

Class Variables
  help = 'Describe the slaves attached to a single builder.\n'
  title = 'BuilderSlaves'

Inherited from JsonResource: cache_seconds, contentType, level

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

Method Details

__init__(self, status, builder_status)
(Constructor)

source code 

Adds transparent lazy-child initialization.

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