Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
H
I
J
L
M
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
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
getDisplayName()
- Method in class hudson.plugins.sshslaves.
SSHLauncher.DescriptorImpl
getHost()
- Method in class hudson.plugins.sshslaves.
SSHLauncher
Getter for property 'host'.
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'.
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
JavaProvider
- Class in
hudson.plugins.sshslaves
Guess where Java is.
JavaProvider()
- Constructor for class hudson.plugins.sshslaves.
JavaProvider
L
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.
P
PluginImpl
- Class in
hudson.plugins.sshslaves
Entry point of ssh-slaves plugin.
PluginImpl()
- Constructor for class hudson.plugins.sshslaves.
PluginImpl
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.
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
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)
- 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.
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
P
R
S
U
W
_
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.