public class MesosComputerLauncher
extends hudson.slaves.ComputerLauncher
| Constructor and Description |
|---|
MesosComputerLauncher(String _name) |
| Modifier and Type | Method and Description |
|---|---|
void |
launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener)
Launches a mesos task that starts the jenkins slave.
|
void |
terminate()
Kills the mesos task that corresponds to the Jenkins slave, asynchronously.
|
public MesosComputerLauncher(String _name)
public void launch(hudson.slaves.SlaveComputer _computer,
hudson.model.TaskListener listener)
throws InterruptedException
launch in class hudson.slaves.ComputerLauncherInterruptedExceptionComputerLauncher.launch(hudson.slaves.SlaveComputer,
hudson.model.TaskListener)public void terminate()
Copyright © 2004-2014. All Rights Reserved.