| 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
      buildbot.status.builder.Status
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          loadConfig(self,
        f,
        checkOnly=False) 
      Internal function to load a specific configuration file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          | loadConfig_Caches(self,
        caches_config,
        buildCacheSize,
        changeCacheSize) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          | loadDatabase(self,
        db_url,
        db_poll_interval=None) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          | loadConfig_Database(self,
        db_url,
        db_poll_interval) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          | loadConfig_DebugClient(self,
        debugPassword) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          addChange(self,
        who=None,
        files=None,
        comments=None,
        author=None,
        isdir=None,
        is_dir=None,
        links=None,
        revision=None,
        when=None,
        when_timestamp=None,
        branch=None,
        category=None,
        revlink='',
        properties={},
        repository='',
        project='') 
      Add a change to the buildmaster and act on it. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          subscribeToBuildsets(self,
        callback) 
      Request that callback(bsid=bsid, ssid=ssid, reason=reason, 
      properties=properties, builderNames=builderNames, 
      external_idstring=external_idstring) be called whenever a 
      buildset is added. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          buildRequestAdded(self,
        bsid,
        brid,
        buildername) 
      Notifies the master that a build request is available to be claimed; 
      this may be a brand new build request, or a build request that was 
      previously claimed and unclaimed through a timeout or other calamity. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          subscribeToBuildRequests(self,
        callback) 
      Request that callback be invoked with a dictionary with 
      keys brid (the build request id), bsid 
      (buildset id) and buildername whenever a new build 
      request is added to the database. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
  
    | 
     Inherited from twisted.application.service.MultiService:
      __iter__,
      addService,
      getServiceNamed,
      privilegedStartService,
      removeService,
      stopService
       
    Inherited from twisted.application.service.Service:
      __getstate__,
      __providedBy__,
      disownServiceParent,
      setName,
      setServiceParent
       
     |