|
|
| __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:
attached,
buildStarted,
detached,
disconnect,
insubstantiate,
sendBuilderList,
stopService,
substantiate,
updateSlave
Inherited from buildslave.AbstractBuildSlave:
__repr__,
acquireLocks,
addSlaveBuilder,
canStartBuild,
isConnected,
locksAvailable,
messageReceivedFromSlave,
perspective_keepalive,
recordConnectTime,
releaseLocks,
removeSlaveBuilder,
setBotmaster,
shutdown,
startMissingTimer,
stopMissingTimer,
update,
updateLocks,
updateSlaveStatus
Inherited from twisted.spread.pb.Avatar:
__providedBy__,
perspectiveMessageReceived
Inherited from twisted.application.service.MultiService:
__iter__,
addService,
getServiceNamed,
privilegedStartService,
removeService,
startService
Inherited from twisted.application.service.Service:
__getstate__,
disownServiceParent,
setName,
setServiceParent
|