| 
       
     | 
      
        
          __init__(self,
        name,
        shouldntBeSet=<class buildbot.schedulers.basic.NotSet at 0x20099a8>,
        treeStableTimer=None,
        builderNames=None,
        branch=NotABranch,
        branches=NotABranch,
        fileIsImportant=None,
        properties={},
        categories=None,
        change_filter=None,
        onlyImportant=False) 
      Initialize a Scheduler. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          | getChangeFilter(self,
        branch,
        branches,
        change_filter,
        categories) | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          getChangeClassificationsForTimer(self,
        schedulerid,
        timer_name) 
      similar to db.schedulers.getChangeClassifications, but given timer 
      name | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
  
    | 
     Inherited from base.BaseScheduler:
      addBuildsetForChanges,
      addBuildsetForLatest,
      addBuildsetForSourceStamp,
      getPendingBuildTimes,
      getState,
      listBuilderNames,
      setState,
      startConsumingChanges
       
    Inherited from twisted.application.service.MultiService:
      __iter__,
      __provides__,
      addService,
      getServiceNamed,
      privilegedStartService,
      removeService
       
    Inherited from twisted.application.service.Service:
      __getstate__,
      __providedBy__,
      disownServiceParent,
      setName,
      setServiceParent
       
    Inherited from util.ComparableMixin:
      __cmp__,
      __hash__
       
     |