| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
twisted.web.resource.Resource --+
                                |
                               ChangeHookResource
| Nested Classes | |
| 
     Inherited from   | 
  
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
| Class Variables | |
        contentType = 
     | 
  |
        children = 
     | 
  |
| 
     Inherited from   | 
  |
| Method Details | 
  
 The keys of 'dialects' select a modules to load under master/buildbot/status/web/hooks/ The value is passed to the module's getChanges function, providing configuration options to the dialect. 
  | 
  
 Retrieve a 'child' resource from me. Implement this to create dynamic resource generation -- resources which are always available may be registered with self.putChild(). This will not be called if the class-level variable 'isLeaf' is set in your subclass; instead, the 'postpath' attribute of the request will be left as a list of the remaining path elements. For example, the URL /foo/bar/baz will normally be: 
 | site.resource.getChild('foo').getChild('bar').getChild('baz').
  However, if the resource returned by 'bar' has isLeaf set to true, then the getChild call will never be made on it. 
  | 
  
 Reponds to events and starts the build process different implementations can decide on what methods they will accept  | 
  
 
Reponds to events and starts the build process
  different implementations can decide on what methods they will accept
:arguments:
    request
        the http request object
   | 
  
 Take the logic from the change hook, and then delegate it to the proper handler http://localhost/change_hook/DIALECT will load up buildmaster/status/web/hooks/DIALECT.py and call getChanges() the return value is a list of changes if DIALECT is unspecified, a sample implementation is provided  | 
  
 
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:27 2011 | http://epydoc.sourceforge.net |