|
__init__(self,
name,
treeStableTimer,
builderNames,
fileIsImportant=None,
properties={ } ,
categories=None,
branches=NotABranch(),
change_filter=None)
Same parameters as the scheduler, but without 'branch', and adding: |
source code
|
|
Inherited from Scheduler :
decide_and_remove_changes ,
getPendingBuildTimes ,
get_initial_state ,
run
Inherited from base.BaseScheduler :
compareToOther ,
create_buildset ,
get_state ,
listBuilderNames ,
set_state
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService ,
startService ,
stopService
Inherited from twisted.application.service.Service :
__getstate__ ,
__providedBy__ ,
disownServiceParent ,
setName ,
setServiceParent
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__
Inherited from base.ClassifierMixin :
classify_changes ,
make_filter
|