パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
A
C
E
G
H
I
J
L
M
O
P
R
S
U
W
_
A
afterDisconnect(SlaveComputer, TaskListener)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
all()
- クラス hudson.plugins.sshslaves.
JavaProvider
の static メソッド
All regsitered instances.
C
checkJavaVersion(PrintStream, String, BufferedReader, StringWriter)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Given the output of "java -version" in
r
, determine if this version of Java is supported.
chmod(String, int)
- クラス hudson.plugins.sshslaves.
SFTPClient
のメソッド
E
exists(String)
- クラス hudson.plugins.sshslaves.
SFTPClient
のメソッド
Checks if the given path exists.
G
getConnection()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
getDisplayName()
- クラス hudson.plugins.sshslaves.
SSHLauncher.DescriptorImpl
のメソッド
getHost()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Getter for property 'host'.
getJavas(TaskListener, Connection)
- クラス hudson.plugins.sshslaves.
JavaProvider
のメソッド
推奨されていません。
Override
JavaProvider.getJavas(SlaveComputer, TaskListener, Connection)
instead.
getJavas(SlaveComputer, TaskListener, Connection)
- クラス hudson.plugins.sshslaves.
JavaProvider
のメソッド
Returns the list of possible places where java executable might exist.
getJavas(SlaveComputer, TaskListener, Connection)
- クラス hudson.plugins.sshslaves.
SSHLauncher.DefaultJavaProvider
のメソッド
getJvmOptions()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Gets the JVM Options used to launch the slave JVM.
getPassword()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Getter for property 'password'.
getPort()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Getter for property 'port'.
getPrivatekey()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Getter for property 'privatekey'.
getTimestamp()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Gets the formatted current time stamp.
getUsername()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Getter for property 'username'.
H
hudson.plugins.sshslaves
- パッケージ hudson.plugins.sshslaves
I
isLaunchSupported()
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
J
JavaProvider
-
hudson.plugins.sshslaves
の クラス
Guess where Java is.
JavaProvider()
- クラス hudson.plugins.sshslaves.
JavaProvider
のコンストラクタ
L
launch(SlaveComputer, TaskListener)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
M
Messages
-
hudson.plugins.sshslaves
の クラス
Messages()
- クラス hudson.plugins.sshslaves.
Messages
のコンストラクタ
mkdirs(String, int)
- クラス hudson.plugins.sshslaves.
SFTPClient
のメソッド
Makes sure that the directory exists, by creating it if necessary.
O
openConnection(TaskListener)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
P
PluginImpl
-
hudson.plugins.sshslaves
の クラス
Entry point of ssh-slaves plugin.
PluginImpl()
- クラス hudson.plugins.sshslaves.
PluginImpl
のコンストラクタ
R
read(String)
- クラス hudson.plugins.sshslaves.
SFTPClient
のメソッド
register(Connection)
- クラス hudson.plugins.sshslaves.
PluginImpl
の static メソッド
Registers a connection for cleanup when the plugin is stopped.
reportEnvironment(TaskListener)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
resolveJava(SlaveComputer, TaskListener)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のメソッド
Finds local Java, and if none exist, install one.
S
SFTPClient
-
hudson.plugins.sshslaves
の クラス
TODO: moved to Hudson core, so pick it up from there.
SFTPClient(Connection)
- クラス hudson.plugins.sshslaves.
SFTPClient
のコンストラクタ
SSHLauncher
-
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)
- クラス hudson.plugins.sshslaves.
SSHLauncher
のコンストラクタ
Constructor SSHLauncher creates a new SSHLauncher instance.
SSHLauncher.DefaultJavaProvider
-
hudson.plugins.sshslaves
の クラス
SSHLauncher.DefaultJavaProvider()
- クラス hudson.plugins.sshslaves.
SSHLauncher.DefaultJavaProvider
のコンストラクタ
SSHLauncher.DescriptorImpl
-
hudson.plugins.sshslaves
の クラス
SSHLauncher.DescriptorImpl()
- クラス hudson.plugins.sshslaves.
SSHLauncher.DescriptorImpl
のコンストラクタ
SSHLauncher_AbortedDuringConnectionOpen()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Slave start aborted.
SSHLauncher_AuthenticatingPublicKey(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authenticating as {1} with {2}.
SSHLauncher_AuthenticatingUserPass(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authenticating as {1}/{2}.
SSHLauncher_AuthenticationFailed(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authentication failed.
SSHLauncher_AuthenticationFailedException()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Authentication failed.
SSHLauncher_AuthenticationSuccessful(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authentication successful.
SSHLauncher_CheckingDefaultJava(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Checking java version of {1}
SSHLauncher_ConnectionClosed(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Connection closed.
SSHLauncher_CopiedXXXBytes(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Copied {1} bytes.
SSHLauncher_CopyingSlaveJar(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Copying latest slave.jar...
SSHLauncher_DescriptorDisplayName()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Launch slave agents on Unix machines via SSH
SSHLauncher_ErrorCopyingSlaveJar()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Could not copy slave.jar to slave
SSHLauncher_ErrorCopyingSlaveJarTo(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Could not copy slave.jar to ''{0}'' on slave
SSHLauncher_ErrorDeletingFile(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Error deleting file.
SSHLauncher_ErrorWhileClosingConnection()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Exception thrown while closing connection.
SSHLauncher_FailedToDetectEnvironment(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Failed to detect the environment for automatic JDK installation.
SSHLauncher_JavaVersionResult(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] {1} -version returned {2}.
SSHLauncher_NoJavaFound(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Java version {0} was found but 1.5 or later is needed.
SSHLauncher_OpeningSSHConnection(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Opening SSH connection to {1}.
SSHLauncher_RemoteFSDoesNotExist(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Remote file system root {1} does not exist.
SSHLauncher_RemoteFSIsAFile(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Remote file system root {0} is a file not a directory or a symlink.
SSHLauncher_RemoteUserEnvironment(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] The remote user's environment is:
SSHLauncher_SSHHeeaderJunkDetected()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
SSH connection reports a garbage before a command execution.
SSHLauncher_StartingSCPClient(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] SFTP failed.
SSHLauncher_StartingSFTPClient(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Starting sftp client.
SSHLauncher_StartingSlaveProcess(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Starting slave process: {1}
SSHLauncher_UknownJavaVersion(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Couldn''t figure out the Java version of {0}
SSHLauncher_UnexpectedError()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Unexpected error in launching a slave.
start()
- クラス hudson.plugins.sshslaves.
PluginImpl
のメソッド
stop()
- クラス hudson.plugins.sshslaves.
PluginImpl
のメソッド
U
unregister(Connection)
- クラス hudson.plugins.sshslaves.
PluginImpl
の static メソッド
Unregisters a connection for cleanup when the plugin is stopped.
W
writeToFile(String)
- クラス hudson.plugins.sshslaves.
SFTPClient
のメソッド
Creates a new file and writes to it.
_
_SSHLauncher_AbortedDuringConnectionOpen()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Slave start aborted.
_SSHLauncher_AuthenticatingPublicKey(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authenticating as {1} with {2}.
_SSHLauncher_AuthenticatingUserPass(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authenticating as {1}/{2}.
_SSHLauncher_AuthenticationFailed(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authentication failed.
_SSHLauncher_AuthenticationFailedException()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Authentication failed.
_SSHLauncher_AuthenticationSuccessful(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Authentication successful.
_SSHLauncher_CheckingDefaultJava(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Checking java version of {1}
_SSHLauncher_ConnectionClosed(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Connection closed.
_SSHLauncher_CopiedXXXBytes(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Copied {1} bytes.
_SSHLauncher_CopyingSlaveJar(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Copying latest slave.jar...
_SSHLauncher_DescriptorDisplayName()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Launch slave agents on Unix machines via SSH
_SSHLauncher_ErrorCopyingSlaveJar()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Could not copy slave.jar to slave
_SSHLauncher_ErrorCopyingSlaveJarTo(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Could not copy slave.jar to ''{0}'' on slave
_SSHLauncher_ErrorDeletingFile(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Error deleting file.
_SSHLauncher_ErrorWhileClosingConnection()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Exception thrown while closing connection.
_SSHLauncher_FailedToDetectEnvironment(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Failed to detect the environment for automatic JDK installation.
_SSHLauncher_JavaVersionResult(Object, Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] {1} -version returned {2}.
_SSHLauncher_NoJavaFound(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Java version {0} was found but 1.5 or later is needed.
_SSHLauncher_OpeningSSHConnection(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Opening SSH connection to {1}.
_SSHLauncher_RemoteFSDoesNotExist(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Remote file system root {1} does not exist.
_SSHLauncher_RemoteFSIsAFile(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Remote file system root {0} is a file not a directory or a symlink.
_SSHLauncher_RemoteUserEnvironment(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] The remote user's environment is:
_SSHLauncher_SSHHeeaderJunkDetected()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
SSH connection reports a garbage before a command execution.
_SSHLauncher_StartingSCPClient(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] SFTP failed.
_SSHLauncher_StartingSFTPClient(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Starting sftp client.
_SSHLauncher_StartingSlaveProcess(Object, Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
{0} [SSH] Starting slave process: {1}
_SSHLauncher_UknownJavaVersion(Object)
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Couldn''t figure out the Java version of {0}
_SSHLauncher_UnexpectedError()
- クラス hudson.plugins.sshslaves.
Messages
の static メソッド
Unexpected error in launching a slave.
_stat(String)
- クラス 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
_
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
Copyright © 2010. All Rights Reserved.