I am an object, obtainable from the buildmaster, which can provide 
  status information.
    | 
       
     | 
      
        
          getProjectName() 
      Return the name of the project that this Buildbot is working for. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getProjectURL() 
      Return the URL of this Buildbot's project. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getBuildbotURL() 
      Return the URL of the top-most Buildbot status page, or None if this 
      Buildbot does not provide a web status page. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          getChangeSources() 
      Return a list of IChangeSource objects. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getChange(number) 
      Return an IChange object. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getSchedulers() 
      Return a list of ISchedulerStatus objects for all 
      currently-registered Schedulers. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getBuilderNames(categories=None) 
      Return a list of the names of all current Builders. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          getSlaveNames() 
      Return a list of buildslave names, suitable for passing to 
      getSlave(). | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getSlave(name) 
      Return the ISlaveStatus object for a given named buildslave. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          getBuildSets() 
      Return a list of active (non-finished) IBuildSetStatus objects. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          generateFinishedBuilds(builders=[],
        branches=[],
        num_builds=None,
        finished_before=None,
        max_search=200) 
      Return a generator that will produce IBuildStatus objects each time 
      you invoke its .next() method, starting with the most recent finished
      build and working backwards. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     |