|
__init__(self,
name,
shouldntBeSet=<class buildbot.schedulers.basic.NotSet at 0x3a740b8>,
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,
objectid,
timer_name)
similar to db.schedulers.getChangeClassifications, but given timer
name |
source code
|
|
|
|
Inherited from base.BaseScheduler :
__provides__ ,
addBuildsetForChanges ,
addBuildsetForChangesMultiRepo ,
addBuildsetForLatest ,
addBuildsetForSourceStamp ,
findNewSchedulerInstance ,
getPendingBuildTimes ,
getState ,
listBuilderNames ,
setState ,
startConsumingChanges
Inherited from twisted.application.service.MultiService :
__iter__ ,
addService ,
getServiceNamed ,
privilegedStartService ,
removeService
Inherited from twisted.application.service.Service :
__getstate__ ,
__providedBy__ ,
disownServiceParent ,
setName ,
setServiceParent
Inherited from util.ComparableMixin :
__cmp__ ,
__hash__
|