public class DockerComputerLauncher
extends hudson.slaves.ComputerLauncher
ComputerLauncher for EC2 that waits for the instance to really come up before proceeding to
the real user-specified ComputerLauncher.| Modifier and Type | Class and Description |
|---|---|
static class |
DockerComputerLauncher.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
com.kpelykh.docker.client.model.ContainerInspectResponse |
detail |
DockerTemplate |
template |
| Constructor and Description |
|---|
DockerComputerLauncher(DockerTemplate template,
com.kpelykh.docker.client.model.ContainerInspectResponse containerInspectResponse) |
| Modifier and Type | Method and Description |
|---|---|
hudson.plugins.sshslaves.SSHLauncher |
getSSHLauncher() |
void |
launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener) |
public final com.kpelykh.docker.client.model.ContainerInspectResponse detail
public final DockerTemplate template
public DockerComputerLauncher(DockerTemplate template, com.kpelykh.docker.client.model.ContainerInspectResponse containerInspectResponse)
public void launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener)
throws IOException,
InterruptedException
launch in class hudson.slaves.ComputerLauncherIOExceptionInterruptedExceptionpublic hudson.plugins.sshslaves.SSHLauncher getSSHLauncher()
throws MalformedURLException
MalformedURLExceptionCopyright © 2004-2014. All Rights Reserved.