Package io.jenkins.plugins.yc
Class YCComputerLauncher
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ComputerLauncher>
-
- hudson.slaves.ComputerLauncher
-
- io.jenkins.plugins.yc.YCComputerLauncher
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<ComputerLauncher>
- Direct Known Subclasses:
YCUnixComputerLauncher
public abstract class YCComputerLauncher extends ComputerLauncher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.slaves.ComputerLauncher
LIST
-
-
Constructor Summary
Constructors Constructor Description YCComputerLauncher()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
launch(SlaveComputer slaveComputer, TaskListener listener)
protected abstract boolean
launchScript(YCComputer computer, TaskListener listener)
-
Methods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launch
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
launch
public void launch(SlaveComputer slaveComputer, TaskListener listener)
- Overrides:
launch
in classComputerLauncher
-
launchScript
protected abstract boolean launchScript(YCComputer computer, TaskListener listener) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-