Package io.jenkins.plugins.yc
Class YCUnixComputerLauncher
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<ComputerLauncher>
-
- hudson.slaves.ComputerLauncher
-
- io.jenkins.plugins.yc.YCComputerLauncher
-
- io.jenkins.plugins.yc.YCUnixComputerLauncher
-
- All Implemented Interfaces:
ExtensionPoint,Describable<ComputerLauncher>
public class YCUnixComputerLauncher extends YCComputerLauncher
-
-
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 YCUnixComputerLauncher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringbuildUpCommand(String command)protected booleanlaunchScript(YCComputer computer, TaskListener listener)-
Methods inherited from class io.jenkins.plugins.yc.YCComputerLauncher
launch
-
Methods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launch
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
launchScript
protected boolean launchScript(YCComputer computer, TaskListener listener) throws IOException
- Specified by:
launchScriptin classYCComputerLauncher- Throws:
IOException
-
-