|
|
__init__(self,
name,
builderNames,
branch=StringParameter(name="branch",default=""),
reason=StringParameter(name="reason",default="force build"),
revision=StringParameter(name="revision",default=""),
repository=StringParameter(name="repository",default=""),
project=StringParameter(name="project",default=""),
username=UserNameParameter(),
properties=[AnyPropertyParameter("property1"),AnyPropertyParameter("prope...)
Initialize a Scheduler. |
source code
|
|
|
Inherited from base.BaseScheduler:
__provides__,
addBuildsetForChanges,
addBuildsetForChangesMultiRepo,
addBuildsetForLatest,
addBuildsetForSourceStamp,
findNewSchedulerInstance,
getPendingBuildTimes,
getState,
gotChange,
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__
|