- ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value..
- ManualKeyProvidedHostKeyVerifier_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.
- ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration.
- ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection.
- ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key.
- ManualKeyProvidedHostKeyVerifier_TwoPartKey() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value..
- ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss..
- ManuallyProvidedKeyVerificationStrategy - Class in hudson.plugins.sshslaves.verifiers
-
Checks a key provided by a remote hosts matches a key specified as being required by the
user that configured this strategy.
- ManuallyProvidedKeyVerificationStrategy(String) - Constructor for class hudson.plugins.sshslaves.verifiers.ManuallyProvidedKeyVerificationStrategy
-
- ManuallyProvidedKeyVerificationStrategy.ManuallyProvidedKeyVerificationStrategyDescriptor - Class in hudson.plugins.sshslaves.verifiers
-
- ManuallyProvidedKeyVerificationStrategyDescriptor() - Constructor for class hudson.plugins.sshslaves.verifiers.ManuallyProvidedKeyVerificationStrategy.ManuallyProvidedKeyVerificationStrategyDescriptor
-
- ManuallyTrustedKeyVerificationStrategy - Class in hudson.plugins.sshslaves.verifiers
-
A host key verification strategy that works in a similar way to host key verification on
Unix/Linux this host (depending on how this strategy has been configured), and manual
verification if the key provided by the remote host differs from the one currently saved
in as the known key for this host.
- ManuallyTrustedKeyVerificationStrategy(boolean) - Constructor for class hudson.plugins.sshslaves.verifiers.ManuallyTrustedKeyVerificationStrategy
-
- ManuallyTrustedKeyVerificationStrategy.ManuallyTrustedKeyVerificationStrategyDescriptor - Class in hudson.plugins.sshslaves.verifiers
-
- ManuallyTrustedKeyVerificationStrategyDescriptor() - Constructor for class hudson.plugins.sshslaves.verifiers.ManuallyTrustedKeyVerificationStrategy.ManuallyTrustedKeyVerificationStrategyDescriptor
-
- ManualTrustingHostKeyVerifier_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy.
- ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine..
- ManualTrustingHostKeyVerifier_KeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted.
- ManualTrustingHostKeyVerifier_KeyTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host.
- maxNumRetries - Variable in class hudson.plugins.sshslaves.SSHConnector
-
Field maxNumRetries.
- maxNumRetries - Variable in class hudson.plugins.sshslaves.SSHLauncher
-
Field maxNumRetries.
- Messages - Class in hudson.plugins.sshslaves
-
Generated localization support class.
- Messages() - Constructor for class hudson.plugins.sshslaves.Messages
-
- MissingVerificationStrategyAdministrativeMonitor - Class in hudson.plugins.sshslaves.verifiers
-
An administrative warning that checks all SSH slaves have a
SshHostKeyVerificationStrategy
set against them and prompts the admin to update the settings as needed.
- MissingVerificationStrategyAdministrativeMonitor() - Constructor for class hudson.plugins.sshslaves.verifiers.MissingVerificationStrategyAdministrativeMonitor
-
- MissingVerificationStrategyAdministrativeMonitor_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key MissingVerificationStrategyAdministrativeMonitor.DisplayName: Missing Verification Strategy Monitor.
- saveHostKey(Computer, HostKey) - Method in class hudson.plugins.sshslaves.verifiers.HostKeyHelper
-
Persists an SSH key to disk for the requested host.
- setTcpNoDelay(boolean) - Method in class hudson.plugins.sshslaves.SSHLauncher
-
- setWorkDir(String) - Method in class hudson.plugins.sshslaves.SSHLauncher
-
- SLASH_AGENT_JAR - Static variable in class hudson.plugins.sshslaves.SSHLauncher
-
- SSH_SCHEME - Static variable in class hudson.plugins.sshslaves.SSHLauncher
-
The scheme requirement.
- SSHConnector - Class in hudson.plugins.sshslaves
-
- SSHConnector(int, String, String, String, String, String, Integer, Integer, Integer) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
Deprecated.
- SSHConnector(int, String, String, String, String, String, Integer, Integer, Integer, SshHostKeyVerificationStrategy) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, String, String, String, String, String, Integer) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
Deprecated.
- SSHConnector(int, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, StandardUsernameCredentials, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, String, String, String, String, String, JDKInstaller, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, StandardUsernameCredentials, String, String, String, String, String, JDKInstaller, String, String) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector(int, StandardUsernameCredentials, String, String, String, String, String, JDKInstaller, String, String, Integer, Integer, Integer) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
Deprecated.
- SSHConnector(int, StandardUsernameCredentials, String, String, String, String, String, JDKInstaller, String, String, Integer, Integer, Integer, SshHostKeyVerificationStrategy) - Constructor for class hudson.plugins.sshslaves.SSHConnector
-
- SSHConnector.DescriptorImpl - Class in hudson.plugins.sshslaves
-
- SSHConnector_LaunchTimeoutMustBeANumber() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number..
- SSHConnector_LaunchTimeoutMustBePositive() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number..
- SshHostKeyVerificationStrategy - Class in hudson.plugins.sshslaves.verifiers
-
A method for verifying the host key provided by the remote host during the
initiation of each connection.
- SshHostKeyVerificationStrategy() - Constructor for class hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy
-
- SshHostKeyVerificationStrategy.SshHostKeyVerificationStrategyDescriptor - Class in hudson.plugins.sshslaves.verifiers
-
- SshHostKeyVerificationStrategyDescriptor() - Constructor for class hudson.plugins.sshslaves.verifiers.SshHostKeyVerificationStrategy.SshHostKeyVerificationStrategyDescriptor
-
- SSHLauncher - Class in hudson.plugins.sshslaves
-
A computer launcher that tries to start a linux agent by opening an SSH connection and trying to find java.
- SSHLauncher(String, int, String, String, String, String, String, Integer, Integer, Integer, SshHostKeyVerificationStrategy) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
Constructor SSHLauncher creates a new SSHLauncher instance.
- SSHLauncher(String, int, String, String, String, String, String, Integer, Integer, Integer) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
Deprecated.
- SSHLauncher(String, int, String, String, String, String, String, Integer) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, String, String, Integer, Integer, Integer) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, String, String, Integer) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, SSHUser, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, String, String, String, String, String, JDKInstaller, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, JDKInstaller, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
Deprecated.
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, JDKInstaller, String, String, Integer, Integer, Integer) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
Deprecated.
- SSHLauncher(String, int, StandardUsernameCredentials, String, String, JDKInstaller, String, String, Integer, Integer, Integer, SshHostKeyVerificationStrategy) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, String, String, String, JDKInstaller, String, String, Integer, Integer, Integer, SshHostKeyVerificationStrategy) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
Constructor SSHLauncher creates a new SSHLauncher instance.
- SSHLauncher(String, int, SSHUser, String, String, JDKInstaller, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher(String, int, String, String, String, String) - Constructor for class hudson.plugins.sshslaves.SSHLauncher
-
- SSHLauncher.DescriptorImpl - Class in hudson.plugins.sshslaves
-
- SSHLauncher_AbortedDuringConnectionOpen() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AbortedDuringConnectionOpen: Agent
start aborted..
- SSHLauncher_AuthenticatingPublicKey(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}..
- SSHLauncher_AuthenticatingUserPass(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}..
- SSHLauncher_AuthenticationFailed(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed..
- SSHLauncher_AuthenticationFailedException() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationFailedException: Authentication failed..
- SSHLauncher_AuthenticationSuccessful(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful..
- SSHLauncher_CheckingDefaultJava(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}.
- SSHLauncher_ConnectionClosed(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed..
- SSHLauncher_CopiedXXXBytes(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes..
- SSHLauncher_CopyingAgentJar(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CopyingAgentJar: {0} [SSH] Copying
latest remoting.jar....
- SSHLauncher_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.DescriptorDisplayName: Launch agent
agents via SSH.
- SSHLauncher_ErrorCopyingAgentJarInto(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorCopyingAgentJarInto: Could not
copy remoting.jar into ''{0}'' on agent.
- SSHLauncher_ErrorCopyingAgentJarTo(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorCopyingAgentJarTo: Could not copy
remoting.jar to ''{0}'' on agent.
- SSHLauncher_ErrorDeletingFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file..
- SSHLauncher_ErrorWhileClosingConnection() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection..
- SSHLauncher_FailedToDetectEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.FailedToDetectEnvironment: {@code Failed to
detect the environment for automatic JDK installation.
- SSHLauncher_JavaVersionResult(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}..
- SSHLauncher_LaunchCompletedDuration(Object, Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms.
- SSHLauncher_LaunchFailed(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed.
- SSHLauncher_LaunchFailedDuration(Object, Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms.
- SSHLauncher_NoJavaFound(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed..
- SSHLauncher_NoJavaFound2(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed..
- SSHLauncher_NoPrivateKey(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist.
- SSHLauncher_OpeningSSHConnection(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}..
- SSHLauncher_PortLessThanZero() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortLessThanZero: The port value must
be greater than 0.
- SSHLauncher_PortMoreThan65535() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortMoreThan65535: The port value must
be less than 65536.
- SSHLauncher_PortNotANumber() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortNotANumber: Cannot parse the port.
- SSHLauncher_PortNotSpecified() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortNotSpecified: The port must be
specified.
- SSHLauncher_RemoteFSDoesNotExist(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist.
- SSHLauncher_RemoteFSIsAFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.RemoteFSIsAFile: 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
-
Key SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:.
- SSHLauncher_SelectedCredentialsMissing() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found.
- SSHLauncher_SSHHeaderJunkDetected() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.SSHHeaderJunkDetected: {@code SSH connection
reports a garbage before a command execution.
- SSHLauncher_StartingAgentProcess(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingAgentProcess: {0} [SSH]
Starting agent process: {1}.
- SSHLauncher_StartingSCPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed.
- SSHLauncher_StartingSFTPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client..
- SSHLauncher_UnexpectedError() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.UnexpectedError: {@code Unexpected error in
launching a agent.
- SSHLauncher_UnknownJavaVersion(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}.
- start() - Method in class hudson.plugins.sshslaves.PluginImpl
- stop() - Method in class hudson.plugins.sshslaves.PluginImpl
- suffixStartSlaveCmd - Variable in class hudson.plugins.sshslaves.SSHConnector
-
Field suffixStartSlaveCmd.
- suffixStartSlaveCmd - Variable in class hudson.plugins.sshslaves.SSHLauncher
-
Field suffixStartSlaveCmd.
- _KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key KnownHostsFileHostKeyVerifier.ChangedKeyNotTrusted: {0} [SSH] The SSH key presented by the remote host does not match the
key saved in the Known Hosts file against this host.
- _KnownHostsFileHostKeyVerifier_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key KnownHostsFileHostKeyVerifier.DisplayName: Known
hosts file Verification Strategy.
- _KnownHostsFileHostKeyVerifier_KeyTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key in Known Hosts file.
- _KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key KnownHostsFileHostKeyVerifier.NewKeyNotTrusted: {0}
[SSH] WARNING: No entry currently exists in the Known Hosts file for
this host.
- _KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key KnownHostsFileHostKeyVerifier.NoKnownHostsFile: {0}
[SSH] No Known Hosts file was found at {0}.
- _ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value..
- _ManualKeyProvidedHostKeyVerifier_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.
- _ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration.
- _ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection.
- _ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key.
- _ManualKeyProvidedHostKeyVerifier_TwoPartKey() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value..
- _ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss..
- _ManualTrustingHostKeyVerifier_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy.
- _ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine..
- _ManualTrustingHostKeyVerifier_KeyNotTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted.
- _ManualTrustingHostKeyVerifier_KeyTrusted(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host.
- _MissingVerificationStrategyAdministrativeMonitor_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key MissingVerificationStrategyAdministrativeMonitor.DisplayName: Missing Verification Strategy Monitor.
- _NonVerifyingHostKeyVerifier_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy.
- _NonVerifyingHostKeyVerifier_NoVerificationWarning(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified.
- _SSHConnector_LaunchTimeoutMustBeANumber() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number..
- _SSHConnector_LaunchTimeoutMustBePositive() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number..
- _SSHLauncher_AbortedDuringConnectionOpen() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AbortedDuringConnectionOpen: Agent
start aborted..
- _SSHLauncher_AuthenticatingPublicKey(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}..
- _SSHLauncher_AuthenticatingUserPass(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}..
- _SSHLauncher_AuthenticationFailed(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed..
- _SSHLauncher_AuthenticationFailedException() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationFailedException: Authentication failed..
- _SSHLauncher_AuthenticationSuccessful(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful..
- _SSHLauncher_CheckingDefaultJava(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}.
- _SSHLauncher_ConnectionClosed(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed..
- _SSHLauncher_CopiedXXXBytes(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes..
- _SSHLauncher_CopyingAgentJar(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.CopyingAgentJar: {0} [SSH] Copying
latest remoting.jar....
- _SSHLauncher_DescriptorDisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.DescriptorDisplayName: Launch agent
agents via SSH.
- _SSHLauncher_ErrorCopyingAgentJarInto(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorCopyingAgentJarInto: Could not
copy remoting.jar into ''{0}'' on agent.
- _SSHLauncher_ErrorCopyingAgentJarTo(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorCopyingAgentJarTo: Could not copy
remoting.jar to ''{0}'' on agent.
- _SSHLauncher_ErrorDeletingFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file..
- _SSHLauncher_ErrorWhileClosingConnection() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection..
- _SSHLauncher_FailedToDetectEnvironment(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.FailedToDetectEnvironment: {@code Failed to
detect the environment for automatic JDK installation.
- _SSHLauncher_JavaVersionResult(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}..
- _SSHLauncher_LaunchCompletedDuration(Object, Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms.
- _SSHLauncher_LaunchFailed(Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed.
- _SSHLauncher_LaunchFailedDuration(Object, Object, Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms.
- _SSHLauncher_NoJavaFound(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed..
- _SSHLauncher_NoJavaFound2(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed..
- _SSHLauncher_NoPrivateKey(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist.
- _SSHLauncher_OpeningSSHConnection(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}..
- _SSHLauncher_PortLessThanZero() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortLessThanZero: The port value must
be greater than 0.
- _SSHLauncher_PortMoreThan65535() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortMoreThan65535: The port value must
be less than 65536.
- _SSHLauncher_PortNotANumber() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortNotANumber: Cannot parse the port.
- _SSHLauncher_PortNotSpecified() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.PortNotSpecified: The port must be
specified.
- _SSHLauncher_RemoteFSDoesNotExist(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist.
- _SSHLauncher_RemoteFSIsAFile(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.RemoteFSIsAFile: 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
-
Key SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:.
- _SSHLauncher_SelectedCredentialsMissing() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found.
- _SSHLauncher_SSHHeaderJunkDetected() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.SSHHeaderJunkDetected: {@code SSH connection
reports a garbage before a command execution.
- _SSHLauncher_StartingAgentProcess(Object, Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingAgentProcess: {0} [SSH]
Starting agent process: {1}.
- _SSHLauncher_StartingSCPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed.
- _SSHLauncher_StartingSFTPClient(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client..
- _SSHLauncher_UnexpectedError() - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.UnexpectedError: {@code Unexpected error in
launching a agent.
- _SSHLauncher_UnknownJavaVersion(Object) - Static method in class hudson.plugins.sshslaves.Messages
-
Key SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}.
- _TrustHostKeyAction_DisplayName() - Static method in class hudson.plugins.sshslaves.Messages
-
Key TrustHostKeyAction.DisplayName: Trust SSH Host
Key.