|
__init__(self,
name,
builderNames,
minute=0,
hour=' * ' ,
dayOfMonth=' * ' ,
month=' * ' ,
dayOfWeek=' * ' ,
properties={ } ,
codebases={ '
' : { } } )
Initialize a Scheduler. |
source code
|
|
Inherited from Timed :
getPendingBuildTimes ,
now ,
scheduleNextBuild ,
startBuild ,
startService ,
startTimedSchedulerService ,
stopService
Inherited from base.BaseScheduler :
addBuildsetForChanges ,
addBuildsetForLatest ,
addBuildsetForSourceStamp ,
addBuildsetForSourceStampDetails ,
addBuildsetForSourceStampSetDetails ,
findNewSchedulerInstance ,
gotChange ,
listBuilderNames ,
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__
Inherited from util.state.StateMixin :
getState ,
setState
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|