public abstract class EC2ComputerLauncher
extends hudson.slaves.ComputerLauncher
ComputerLauncher
for EC2 that waits for the instance to really come up before proceeding to the real
user-specified ComputerLauncher
.Constructor and Description |
---|
EC2ComputerLauncher() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
launch(EC2Computer computer,
hudson.model.TaskListener listener,
com.amazonaws.services.ec2.model.Instance inst)
Stage 2 of the launch.
|
void |
launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener) |
public void launch(hudson.slaves.SlaveComputer _computer, hudson.model.TaskListener listener)
launch
in class hudson.slaves.ComputerLauncher
protected abstract void launch(EC2Computer computer, hudson.model.TaskListener listener, com.amazonaws.services.ec2.model.Instance inst) throws com.amazonaws.AmazonClientException, IOException, InterruptedException
com.amazonaws.AmazonClientException
IOException
InterruptedException
Copyright © 2004-2016. All Rights Reserved.