| 
       
     | 
      
        
          __init__(self,
        name,
        builderNames,
        minute=0,
        hour='*',
        dayOfMonth='*',
        month='*',
        dayOfWeek='*',
        branch=<class buildbot.schedulers.timed.NoBranch at 0x32f7e88>,
        fileIsImportant=None,
        onlyIfChanged=False,
        properties={},
        change_filter=None,
        onlyImportant=False) 
      Initialize a Scheduler. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
     Inherited from Timed:
      getPendingBuildTimes,
      now,
      scheduleNextBuild,
      startService,
      stopService
       
    Inherited from base.BaseScheduler:
      addBuildsetForChanges,
      addBuildsetForLatest,
      addBuildsetForSourceStamp,
      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__
       
     |