|
__init__(self,
repourl,
branches=None,
branch=None,
workdir=None,
pollInterval=600,
gitbin=' git ' ,
usetimestamps=True,
category=None,
project=None,
pollinterval=-2,
fetch_refspec=None,
encoding=' utf-8 ' )
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
Inherited from base.PollingChangeSource :
doPoll ,
startLoop ,
stopLoop ,
stopService
Inherited from base.ChangeSource :
__provides__
Inherited from twisted.application.service.Service :
__getstate__ ,
__providedBy__ ,
disownServiceParent ,
privilegedStartService ,
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__
|