|
|
| __init__(self,
name,
password,
instance_type,
ami=None,
valid_ami_owners=None,
valid_ami_location_regex=None,
elastic_ip=None,
identifier=None,
secret_identifier=None,
aws_id_file_path=None,
user_data=None,
keypair_name='latent_buildbot_slave',
security_name='latent_buildbot_slave',
max_builds=None,
notify_on_missing=[],
missing_timeout=60*20,
build_wait_timeout=60*10,
properties={}) |
source code
|
|
|
Inherited from buildslave.AbstractLatentBuildSlave:
attached,
buildFinished,
buildStarted,
detached,
disconnect,
insubstantiate,
sendBuilderList,
stopService,
substantiate,
updateSlave
Inherited from buildslave.AbstractBuildSlave:
__repr__,
addSlaveBuilder,
canStartBuild,
messageReceivedFromSlave,
perspective_keepalive,
removeSlaveBuilder,
setBotmaster,
shutdown,
startMissingTimer,
stopMissingTimer,
update,
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
|