| Trees | Indices | Help | 
        
  | 
  
|---|
| 
       | 
  
twisted.application.service.Service --+
                                      |
                                     BuildRequestDistributor
Special-purpose class to handle distributing build requests to 
  builders by calling their maybeStartBuild method.
This takes account of the prioritizeBuilders 
  configuration, and is highly re-entrant; that is, if a new build request 
  arrives while builders are still working on the previous build request, 
  then this class will correctly re-prioritize invocations of builders' 
  maybeStartBuild methods.
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
| Class Variables | |
| 
     Inherited from   | 
  
| Method Details | 
  
 
  | 
  
 Try to start any builds that can be started right now. This function returns immediately, and promises to trigger those builders eventually. 
  | 
| Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 17 13:45:26 2011 | http://epydoc.sourceforge.net |