public class AnkaLauncher
extends hudson.slaves.DelegatingComputerLauncher
Modifier and Type | Field and Description |
---|---|
protected static int |
launchTimeoutSeconds |
protected static int |
maxNumRetries |
protected static int |
retryWaitTime |
protected static int |
sshLaunchDelay |
Constructor and Description |
---|
AnkaLauncher(AnkaMgmtCloud cloud,
AnkaCloudSlaveTemplate template,
String instanceId) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLaunchSupported() |
void |
launch(hudson.slaves.SlaveComputer computer,
hudson.model.TaskListener listener) |
void |
launchFinished() |
afterDisconnect, beforeDisconnect, getLauncher
protected static final int launchTimeoutSeconds
protected static final int maxNumRetries
protected static final int retryWaitTime
protected static final int sshLaunchDelay
public AnkaLauncher(AnkaMgmtCloud cloud, AnkaCloudSlaveTemplate template, String instanceId)
public boolean isLaunchSupported()
isLaunchSupported
in class hudson.slaves.ComputerLauncher
public void launch(hudson.slaves.SlaveComputer computer, hudson.model.TaskListener listener) throws IOException, InterruptedException
launch
in class hudson.slaves.DelegatingComputerLauncher
IOException
InterruptedException
public void launchFinished()
Copyright © 2016–2020. All rights reserved.