Class SshComputerLauncher
java.lang.Object
hudson.model.AbstractDescribableImpl<ComputerLauncher>
hudson.slaves.ComputerLauncher
com.oracle.cloud.baremetal.jenkins.ssh.SshComputerLauncher
- All Implemented Interfaces:
ExtensionPoint,Describable<ComputerLauncher>
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final Stringstatic final Stringfinal StringFields inherited from class hudson.slaves.ComputerLauncher
LIST -
Constructor Summary
ConstructorsConstructorDescriptionSshComputerLauncher(String host, int connectTimeoutMillis, String jenkinsAgentUser, String customJavaPath, String customJVMOpts, String initScript, int initScriptTimeoutSeconds, String sshCredentialsId, boolean verificationStrategy) SshComputerLauncher(String host, int connectTimeoutMillis, String jenkinsAgentUser, String customJavaPath, String customJVMOpts, String initScript, int initScriptTimeoutSeconds, String sshCredentialsId, int sshPort, boolean verificationStrategy) -
Method Summary
Methods inherited from class hudson.slaves.ComputerLauncher
afterDisconnect, afterDisconnect, beforeDisconnect, beforeDisconnect, checkJavaVersion, isLaunchSupported, launchMethods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Field Details
-
DEFAULT_SSH_USER
- See Also:
-
DEFAULT_SSH_PORT
public static final int DEFAULT_SSH_PORT- See Also:
-
DEFAULT_SSH_PUBLIC_KEY
- See Also:
-
host
-
-
Constructor Details
-
SshComputerLauncher
-
SshComputerLauncher
-
-
Method Details
-
launch
public void launch(SlaveComputer computer, TaskListener listener) throws IOException, InterruptedException - Overrides:
launchin classComputerLauncher- Throws:
IOExceptionInterruptedException
-