public class AnkaCloudLauncher
extends hudson.slaves.DelegatingComputerLauncher
Constructor and Description |
---|
AnkaCloudLauncher(hudson.slaves.ComputerLauncher launcher) |
Modifier and Type | Method and Description |
---|---|
hudson.slaves.ComputerLauncher |
getDelegate() |
hudson.model.Descriptor<hudson.slaves.ComputerLauncher> |
getDescriptor() |
boolean |
isLaunchSupported() |
void |
launch(hudson.slaves.SlaveComputer slaveComputer,
hudson.model.TaskListener listener) |
void |
waitForBoot() |
afterDisconnect, beforeDisconnect, getLauncher
public AnkaCloudLauncher(hudson.slaves.ComputerLauncher launcher)
public boolean isLaunchSupported()
isLaunchSupported
in class hudson.slaves.ComputerLauncher
public void launch(hudson.slaves.SlaveComputer slaveComputer, hudson.model.TaskListener listener) throws IOException, InterruptedException
launch
in class hudson.slaves.DelegatingComputerLauncher
IOException
InterruptedException
public void waitForBoot() throws InterruptedException, IOException, AnkaMgmtException
public hudson.model.Descriptor<hudson.slaves.ComputerLauncher> getDescriptor()
getDescriptor
in interface hudson.model.Describable<hudson.slaves.ComputerLauncher>
getDescriptor
in class hudson.model.AbstractDescribableImpl<hudson.slaves.ComputerLauncher>
public hudson.slaves.ComputerLauncher getDelegate()
Copyright © 2016–2019. All rights reserved.