A C E G H I J L M O P R S U W _

A

afterDisconnect(SlaveComputer, TaskListener) - Method in class hudson.plugins.sshslaves.SSHLauncher
all() - Static method in class hudson.plugins.sshslaves.JavaProvider
All regsitered instances.

C

checkJavaVersion(PrintStream, String, BufferedReader, StringWriter) - Method in class hudson.plugins.sshslaves.SSHLauncher
Given the output of "java -version" in r, determine if this version of Java is supported.
chmod(String, int) - Method in class hudson.plugins.sshslaves.SFTPClient
 

E

exists(String) - Method in class hudson.plugins.sshslaves.SFTPClient
Checks if the given path exists.

G

getConnection() - Method in class hudson.plugins.sshslaves.SSHLauncher
 
getDisplayName() - Method in class hudson.plugins.sshslaves.SSHConnector.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.sshslaves.SSHLauncher.DescriptorImpl
getHelpFile(String) - Method in class hudson.plugins.sshslaves.SSHLauncher.DescriptorImpl
Delegates the help link to the SSHConnector.
getHost() - Method in class hudson.plugins.sshslaves.SSHLauncher
Getter for property 'host'.
getJavaPath() - Method in class hudson.plugins.sshslaves.SSHLauncher
Gets the optional java command to use to launch the slave JVM.
getJavas(TaskListener, Connection) - Method in class hudson.plugins.sshslaves.JavaProvider
Deprecated. Override JavaProvider.getJavas(SlaveComputer, TaskListener, Connection) instead.
getJavas(SlaveComputer, TaskListener, Connection) - Method in class hudson.plugins.sshslaves.JavaProvider
Returns the list of possible places where java executable might exist.
getJavas(SlaveComputer, TaskListener, Connection) - Method in class hudson.plugins.sshslaves.SSHLauncher.DefaultJavaProvider
 
getJvmOptions() - Method in class hudson.plugins.sshslaves.SSHLauncher
Gets the JVM Options used to launch the slave JVM.
getPassword() - Method in class hudson.plugins.sshslaves.SSHLauncher
Getter for property 'password'.
getPort() - Method in class hudson.plugins.sshslaves.SSHLauncher
Getter for property 'port'.
getPrivatekey() - Method in class hudson.plugins.sshslaves.SSHLauncher
Getter for property 'privatekey'.
getSshConnectorClass() - Method in class hudson.plugins.sshslaves.SSHLauncher.DescriptorImpl
 
getTimestamp() - Method in class hudson.plugins.sshslaves.SSHLauncher
Gets the formatted current time stamp.
getUsername() - Method in class hudson.plugins.sshslaves.SSHLauncher
Getter for property 'username'.

H

hudson.plugins.sshslaves - package hudson.plugins.sshslaves
 

I

isLaunchSupported() - Method in class hudson.plugins.sshslaves.SSHLauncher

J

javaPath - Variable in class hudson.plugins.sshslaves.SSHConnector
Field javaPath.
JavaProvider - Class in hudson.plugins.sshslaves
Guess where Java is.
JavaProvider() - Constructor for class hudson.plugins.sshslaves.JavaProvider
 
jvmOptions - Variable in class hudson.plugins.sshslaves.SSHConnector
Field jvmOptions.

L

launch(String, TaskListener) - Method in class hudson.plugins.sshslaves.SSHConnector
 
launch(SlaveComputer, TaskListener) - Method in class hudson.plugins.sshslaves.SSHLauncher

M

Messages - Class in hudson.plugins.sshslaves
 
Messages() - Constructor for class hudson.plugins.sshslaves.Messages
 
mkdirs(String, int) - Method in class hudson.plugins.sshslaves.SFTPClient
Makes sure that the directory exists, by creating it if necessary.

O

openConnection(TaskListener) - Method in class hudson.plugins.sshslaves.SSHLauncher
 

P

password - Variable in class hudson.plugins.sshslaves.SSHConnector
Field password todo remove password once authentication is stored in the descriptor.
PluginImpl - Class in hudson.plugins.sshslaves
Entry point of ssh-slaves plugin.
PluginImpl() - Constructor for class hudson.plugins.sshslaves.PluginImpl
 
port - Variable in class hudson.plugins.sshslaves.SSHConnector
Field port
privatekey - Variable in class hudson.plugins.sshslaves.SSHConnector
File path of the private key.

R

read(String) - Method in class hudson.plugins.sshslaves.SFTPClient
 
register(Connection) - Static method in class hudson.plugins.sshslaves.PluginImpl
Registers a connection for cleanup when the plugin is stopped.
reportEnvironment(TaskListener) - Method in class hudson.plugins.sshslaves.SSHLauncher
 
resolveJava(SlaveComputer, TaskListener) - Method in class hudson.plugins.sshslaves.SSHLauncher
Finds local Java, and if none exist, install one.

S

SFTPClient - Class in hudson.plugins.sshslaves
TODO: moved to Hudson core, so pick it up from there.
SFTPClient(Connection) - Constructor for class hudson.plugins.sshslaves.SFTPClient
 
SSHConnector - Class in hudson.plugins.sshslaves
ComputerConnector for SSHLauncher.
SSHConnector(int, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
Constructor SSHLauncher creates a new SSHLauncher instance.
SSHConnector.DescriptorImpl - Class in hudson.plugins.sshslaves
 
SSHConnector.DescriptorImpl() - Constructor for class hudson.plugins.sshslaves.SSHConnector.DescriptorImpl
 
SSHLauncher - Class in hudson.plugins.sshslaves
A computer launcher that tries to start a linux slave by opening an SSH connection and trying to find java.
SSHLauncher(String, int, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
Constructor SSHLauncher creates a new SSHLauncher instance.
SSHLauncher.DefaultJavaProvider - Class in hudson.plugins.sshslaves
 
SSHLauncher.DefaultJavaProvider() - Constructor for class hudson.plugins.sshslaves.SSHLauncher.DefaultJavaProvider
 
SSHLauncher.DescriptorImpl - Class in hudson.plugins.sshslaves
 
SSHLauncher.DescriptorImpl() - Constructor for class hudson.plugins.sshslaves.SSHLauncher.DescriptorImpl
 
SSHLauncher_AbortedDuringConnectionOpen() - Static method in class hudson.plugins.sshslaves.Messages
Slave start aborted.
SSHLauncher_AuthenticatingPublicKey(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authenticating as {1} with {2}.
SSHLauncher_AuthenticatingUserPass(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authenticating as {1}/{2}.
SSHLauncher_AuthenticationFailed(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authentication failed.
SSHLauncher_AuthenticationFailedException() - Static method in class hudson.plugins.sshslaves.Messages
Authentication failed.
SSHLauncher_AuthenticationSuccessful(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authentication successful.
SSHLauncher_CheckingDefaultJava(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Checking java version of {1}
SSHLauncher_ConnectionClosed(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Connection closed.
SSHLauncher_CopiedXXXBytes(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Copied {1} bytes.
SSHLauncher_CopyingSlaveJar(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Copying latest slave.jar...
SSHLauncher_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
Launch slave agents on Unix machines via SSH
SSHLauncher_ErrorCopyingSlaveJar() - Static method in class hudson.plugins.sshslaves.Messages
Could not copy slave.jar to slave
SSHLauncher_ErrorCopyingSlaveJarTo(Object) - Static method in class hudson.plugins.sshslaves.Messages
Could not copy slave.jar to ''{0}'' on slave
SSHLauncher_ErrorDeletingFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Error deleting file.
SSHLauncher_ErrorWhileClosingConnection() - Static method in class hudson.plugins.sshslaves.Messages
Exception thrown while closing connection.
SSHLauncher_FailedToDetectEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
Failed to detect the environment for automatic JDK installation.
SSHLauncher_JavaVersionResult(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] {1} -version returned {2}.
SSHLauncher_NoJavaFound(Object) - Static method in class hudson.plugins.sshslaves.Messages
Java version {0} was found but 1.5 or later is needed.
SSHLauncher_OpeningSSHConnection(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Opening SSH connection to {1}.
SSHLauncher_RemoteFSDoesNotExist(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Remote file system root {1} does not exist.
SSHLauncher_RemoteFSIsAFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
Remote file system root {0} is a file not a directory or a symlink.
SSHLauncher_RemoteUserEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] The remote user's environment is:
SSHLauncher_SSHHeeaderJunkDetected() - Static method in class hudson.plugins.sshslaves.Messages
SSH connection reports a garbage before a command execution.
SSHLauncher_StartingSCPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] SFTP failed.
SSHLauncher_StartingSFTPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Starting sftp client.
SSHLauncher_StartingSlaveProcess(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Starting slave process: {1}
SSHLauncher_UknownJavaVersion(Object) - Static method in class hudson.plugins.sshslaves.Messages
Couldn''t figure out the Java version of {0}
SSHLauncher_UnexpectedError() - Static method in class hudson.plugins.sshslaves.Messages
Unexpected error in launching a slave.
start() - Method in class hudson.plugins.sshslaves.PluginImpl
stop() - Method in class hudson.plugins.sshslaves.PluginImpl

U

unregister(Connection) - Static method in class hudson.plugins.sshslaves.PluginImpl
Unregisters a connection for cleanup when the plugin is stopped.
username - Variable in class hudson.plugins.sshslaves.SSHConnector
Field username

W

writeToFile(String) - Method in class hudson.plugins.sshslaves.SFTPClient
Creates a new file and writes to it.

_

_SSHLauncher_AbortedDuringConnectionOpen() - Static method in class hudson.plugins.sshslaves.Messages
Slave start aborted.
_SSHLauncher_AuthenticatingPublicKey(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authenticating as {1} with {2}.
_SSHLauncher_AuthenticatingUserPass(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authenticating as {1}/{2}.
_SSHLauncher_AuthenticationFailed(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authentication failed.
_SSHLauncher_AuthenticationFailedException() - Static method in class hudson.plugins.sshslaves.Messages
Authentication failed.
_SSHLauncher_AuthenticationSuccessful(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Authentication successful.
_SSHLauncher_CheckingDefaultJava(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Checking java version of {1}
_SSHLauncher_ConnectionClosed(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Connection closed.
_SSHLauncher_CopiedXXXBytes(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Copied {1} bytes.
_SSHLauncher_CopyingSlaveJar(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Copying latest slave.jar...
_SSHLauncher_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
Launch slave agents on Unix machines via SSH
_SSHLauncher_ErrorCopyingSlaveJar() - Static method in class hudson.plugins.sshslaves.Messages
Could not copy slave.jar to slave
_SSHLauncher_ErrorCopyingSlaveJarTo(Object) - Static method in class hudson.plugins.sshslaves.Messages
Could not copy slave.jar to ''{0}'' on slave
_SSHLauncher_ErrorDeletingFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Error deleting file.
_SSHLauncher_ErrorWhileClosingConnection() - Static method in class hudson.plugins.sshslaves.Messages
Exception thrown while closing connection.
_SSHLauncher_FailedToDetectEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
Failed to detect the environment for automatic JDK installation.
_SSHLauncher_JavaVersionResult(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] {1} -version returned {2}.
_SSHLauncher_NoJavaFound(Object) - Static method in class hudson.plugins.sshslaves.Messages
Java version {0} was found but 1.5 or later is needed.
_SSHLauncher_OpeningSSHConnection(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Opening SSH connection to {1}.
_SSHLauncher_RemoteFSDoesNotExist(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Remote file system root {1} does not exist.
_SSHLauncher_RemoteFSIsAFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
Remote file system root {0} is a file not a directory or a symlink.
_SSHLauncher_RemoteUserEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] The remote user's environment is:
_SSHLauncher_SSHHeeaderJunkDetected() - Static method in class hudson.plugins.sshslaves.Messages
SSH connection reports a garbage before a command execution.
_SSHLauncher_StartingSCPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] SFTP failed.
_SSHLauncher_StartingSFTPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Starting sftp client.
_SSHLauncher_StartingSlaveProcess(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
{0} [SSH] Starting slave process: {1}
_SSHLauncher_UknownJavaVersion(Object) - Static method in class hudson.plugins.sshslaves.Messages
Couldn''t figure out the Java version of {0}
_SSHLauncher_UnexpectedError() - Static method in class hudson.plugins.sshslaves.Messages
Unexpected error in launching a slave.
_stat(String) - Method in class hudson.plugins.sshslaves.SFTPClient
Graceful SFTPv3Client.stat(String) that returns null if the path doesn't exist.

A C E G H I J L M O P R S U W _

Copyright © 2004-2011 Hudson. All Rights Reserved.