|
|
| __init__(self,
name,
password,
connection,
hd_image,
base_image=None,
xml=None,
max_builds=None,
notify_on_missing=[],
missing_timeout=60*20,
build_wait_timeout=60*10,
properties={},
locks=None) |
source code
|
|
|
Inherited from buildslave.AbstractLatentBuildSlave:
__provides__,
attached,
buildStarted,
detached,
disconnect,
insubstantiate,
sendBuilderList,
stopService,
substantiate,
updateSlave
Inherited from buildslave.AbstractBuildSlave:
__repr__,
acquireLocks,
addSlaveBuilder,
canStartBuild,
doKeepalive,
findNewSlaveInstance,
getPerspective,
isConnected,
locksAvailable,
maybeShutdown,
messageReceivedFromSlave,
perspective_keepalive,
perspective_shutdown,
reconfigService,
releaseLocks,
removeSlaveBuilder,
shutdown,
startKeepaliveTimer,
startMissingTimer,
startService,
stopKeepaliveTimer,
stopMissingTimer,
subscribeToDetach,
updateLocks,
updateSlaveStatus
Inherited from config.ReconfigurableServiceMixin:
__providedBy__
Inherited from twisted.spread.pb.Avatar:
perspectiveMessageReceived
Inherited from twisted.application.service.MultiService:
__iter__,
addService,
getServiceNamed,
privilegedStartService,
removeService
Inherited from twisted.application.service.Service:
__getstate__,
disownServiceParent,
setName,
setServiceParent
|