This is the master-side service which manages remote buildbot slaves. 
  It provides them with BuildSlaves, and distributes build requests to 
  them.
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          cleanShutdown(self,
        _reactor=reactor) 
      Shut down the entire process, once all currently-running builds are 
      complete. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          cancelCleanShutdown(self) 
      Cancel a clean shutdown that is already in progress, if any | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          maybeStartBuildsForAllBuilders(self) 
      Call this when something suggests that this would be a good time to 
      start some builds, but nothing more specific. | 
          
            source code
            
           | 
         
       
      
     | 
  
  
    | 
     Inherited from twisted.application.service.MultiService:
      __iter__,
      __provides__,
      addService,
      getServiceNamed,
      privilegedStartService,
      removeService
       
    Inherited from twisted.application.service.Service:
      __getstate__,
      __providedBy__,
      disownServiceParent,
      setName,
      setServiceParent
       
     |