Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
G
H
I
L
M
P
R
S
U
_
A
afterDisconnect(SlaveComputer, StreamTaskListener)
- Method in class hudson.plugins.sshslaves.
SSHLauncher
D
DESCRIPTOR
- Static variable in class hudson.plugins.sshslaves.
SSHLauncher
Field DESCRIPTOR
G
getDescriptor()
- Method in class hudson.plugins.sshslaves.
SSHLauncher
getHost()
- Method in class hudson.plugins.sshslaves.
SSHLauncher
Getter for property 'host'.
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
L
launch(SlaveComputer, StreamTaskListener)
- Method in class hudson.plugins.sshslaves.
SSHLauncher
M
Messages
- Class in
hudson.plugins.sshslaves
Messages()
- Constructor for class hudson.plugins.sshslaves.
Messages
P
PluginImpl
- Class in
hudson.plugins.sshslaves
Entry point of ssh-slaves plugin.
PluginImpl()
- Constructor for class hudson.plugins.sshslaves.
PluginImpl
R
register(Connection)
- Static method in class hudson.plugins.sshslaves.
PluginImpl
Registers a connection for cleanup when the plugin is stopped.
S
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)
- Constructor for class hudson.plugins.sshslaves.
SSHLauncher
Constructor SSHLauncher creates a new SSHLauncher instance.
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)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] Checking default java version...
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 Linux machines via SSH.
SSHLauncher_ErrorCopyingSlaveJar()
- Static method in class hudson.plugins.sshslaves.
Messages
Could not copy slave.jar to 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_JavaVersionResult(Object, Object, Object)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] {1} -version returned {2}.
SSHLauncher_NoJavaFound()
- Static method in class hudson.plugins.sshslaves.
Messages
Could not find a version of java that is at least version 1.5
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_StartingSFTPClient(Object)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] Starting sftp client.
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.
_
_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)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] Checking default java version...
_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 Linux machines via SSH.
_SSHLauncher_ErrorCopyingSlaveJar()
- Static method in class hudson.plugins.sshslaves.
Messages
Could not copy slave.jar to 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_JavaVersionResult(Object, Object, Object)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] {1} -version returned {2}.
_SSHLauncher_NoJavaFound()
- Static method in class hudson.plugins.sshslaves.
Messages
Could not find a version of java that is at least version 1.5
_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_StartingSFTPClient(Object)
- Static method in class hudson.plugins.sshslaves.
Messages
{0} [SSH] Starting sftp client.
_SSHLauncher_UnexpectedError()
- Static method in class hudson.plugins.sshslaves.
Messages
Unexpected error in launching a slave.
A
D
G
H
I
L
M
P
R
S
U
_
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.