@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object arg0)
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. |
static org.jvnet.localizer.Localizable |
_KnownHostsFileHostKeyVerifier_DisplayName()
Key
KnownHostsFileHostKeyVerifier.DisplayName: Known
hosts file Verification Strategy. |
static org.jvnet.localizer.Localizable |
_KnownHostsFileHostKeyVerifier_KeyTrusted(Object arg0)
Key
KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key in Known Hosts file. |
static org.jvnet.localizer.Localizable |
_KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object arg0)
Key
KnownHostsFileHostKeyVerifier.NewKeyNotTrusted: {0}
[SSH] WARNING: No entry currently exists in the Known Hosts file for
this host. |
static org.jvnet.localizer.Localizable |
_KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object arg0)
Key
KnownHostsFileHostKeyVerifier.NoKnownHostsFile: {0}
[SSH] No Known Hosts file was found at {0}. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
Key
ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value.. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_DisplayName()
Key
ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_TwoPartKey()
Key
ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value.. |
static org.jvnet.localizer.Localizable |
_ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
Key
ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss.. |
static org.jvnet.localizer.Localizable |
_ManualTrustingHostKeyVerifier_DescriptorDisplayName()
Key
ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy. |
static org.jvnet.localizer.Localizable |
_ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object arg0,
Object arg1)
Key
ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine.. |
static org.jvnet.localizer.Localizable |
_ManualTrustingHostKeyVerifier_KeyNotTrusted(Object arg0)
Key
ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted. |
static org.jvnet.localizer.Localizable |
_ManualTrustingHostKeyVerifier_KeyTrusted(Object arg0)
Key
ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host. |
static org.jvnet.localizer.Localizable |
_NonVerifyingHostKeyVerifier_DescriptorDisplayName()
Key
NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy. |
static org.jvnet.localizer.Localizable |
_NonVerifyingHostKeyVerifier_NoVerificationWarning(Object arg0)
Key
NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified. |
static org.jvnet.localizer.Localizable |
_SSHConnector_LaunchTimeoutMustBeANumber()
Key
SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number.. |
static org.jvnet.localizer.Localizable |
_SSHConnector_LaunchTimeoutMustBePositive()
Key
SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AbortedDuringConnectionOpen()
Key
SSHLauncher.AbortedDuringConnectionOpen: Slave
start aborted.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AuthenticatingPublicKey(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AuthenticatingUserPass(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AuthenticationFailed(Object arg0)
Key
SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AuthenticationFailedException()
Key
SSHLauncher.AuthenticationFailedException: Authentication failed.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_AuthenticationSuccessful(Object arg0)
Key
SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_CheckingDefaultJava(Object arg0,
Object arg1)
Key
SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_ConnectionClosed(Object arg0)
Key
SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_CopiedXXXBytes(Object arg0,
Object arg1)
Key
SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_CopyingSlaveJar(Object arg0)
Key
SSHLauncher.CopyingSlaveJar: {0} [SSH] Copying
latest slave.jar.... |
static org.jvnet.localizer.Localizable |
_SSHLauncher_DescriptorDisplayName()
Key
SSHLauncher.DescriptorDisplayName: Launch slave
agents via SSH. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_ErrorCopyingSlaveJarInto(Object arg0)
Key
SSHLauncher.ErrorCopyingSlaveJarInto: Could not
copy slave.jar into ''{0}'' on slave. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_ErrorCopyingSlaveJarTo(Object arg0)
Key
SSHLauncher.ErrorCopyingSlaveJarTo: Could not copy
slave.jar to ''{0}'' on slave. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_ErrorDeletingFile(Object arg0)
Key
SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_ErrorWhileClosingConnection()
Key
SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_FailedToDetectEnvironment(Object arg0)
Key
SSHLauncher.FailedToDetectEnvironment: {@code Failed to
detect the environment for automatic JDK installation. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_JavaVersionResult(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_LaunchCompletedDuration(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_LaunchFailed(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_LaunchFailedDuration(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_NoJavaFound(Object arg0)
Key
SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_NoJavaFound2(Object arg0,
Object arg1)
Key
SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_NoPrivateKey(Object arg0,
Object arg1)
Key
SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_OpeningSSHConnection(Object arg0,
Object arg1)
Key
SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_PortLessThanZero()
Key
SSHLauncher.PortLessThanZero: The port value must
be greater than 0. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_PortMoreThan65535()
Key
SSHLauncher.PortMoreThan65535: The port value must
be less than 65536. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_PortNotANumber()
Key
SSHLauncher.PortNotANumber: Cannot parse the port. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_PortNotSpecified()
Key
SSHLauncher.PortNotSpecified: The port must be
specified. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_RemoteFSDoesNotExist(Object arg0,
Object arg1)
Key
SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_RemoteFSIsAFile(Object arg0)
Key
SSHLauncher.RemoteFSIsAFile: Remote file system
root {0} is a file not a directory or a symlink.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_RemoteUserEnvironment(Object arg0)
Key
SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_SelectedCredentialsMissing()
Key
SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_SSHHeaderJunkDetected()
Key
SSHLauncher.SSHHeaderJunkDetected: {@code SSH connection
reports a garbage before a command execution. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_StartingSCPClient(Object arg0)
Key
SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_StartingSFTPClient(Object arg0)
Key
SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client.. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_StartingSlaveProcess(Object arg0,
Object arg1)
Key
SSHLauncher.StartingSlaveProcess: {0} [SSH]
Starting slave process: {1}. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_UnexpectedError()
Key
SSHLauncher.UnexpectedError: {@code Unexpected error in
launching a slave. |
static org.jvnet.localizer.Localizable |
_SSHLauncher_UnknownJavaVersion(Object arg0)
Key
SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}. |
static org.jvnet.localizer.Localizable |
_TrustHostKeyAction_DisplayName()
Key
TrustHostKeyAction.DisplayName: Trust SSH Host
Key. |
static String |
KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object arg0)
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. |
static String |
KnownHostsFileHostKeyVerifier_DisplayName()
Key
KnownHostsFileHostKeyVerifier.DisplayName: Known
hosts file Verification Strategy. |
static String |
KnownHostsFileHostKeyVerifier_KeyTrusted(Object arg0)
Key
KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key in Known Hosts file. |
static String |
KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object arg0)
Key
KnownHostsFileHostKeyVerifier.NewKeyNotTrusted: {0}
[SSH] WARNING: No entry currently exists in the Known Hosts file for
this host. |
static String |
KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object arg0)
Key
KnownHostsFileHostKeyVerifier.NoKnownHostsFile: {0}
[SSH] No Known Hosts file was found at {0}. |
static String |
ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
Key
ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value.. |
static String |
ManualKeyProvidedHostKeyVerifier_DisplayName()
Key
ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy. |
static String |
ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration. |
static String |
ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection. |
static String |
ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object arg0)
Key
ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key. |
static String |
ManualKeyProvidedHostKeyVerifier_TwoPartKey()
Key
ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value.. |
static String |
ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
Key
ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss.. |
static String |
ManualTrustingHostKeyVerifier_DescriptorDisplayName()
Key
ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy. |
static String |
ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object arg0,
Object arg1)
Key
ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine.. |
static String |
ManualTrustingHostKeyVerifier_KeyNotTrusted(Object arg0)
Key
ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted. |
static String |
ManualTrustingHostKeyVerifier_KeyTrusted(Object arg0)
Key
ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host. |
static String |
NonVerifyingHostKeyVerifier_DescriptorDisplayName()
Key
NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy. |
static String |
NonVerifyingHostKeyVerifier_NoVerificationWarning(Object arg0)
Key
NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified. |
static String |
SSHConnector_LaunchTimeoutMustBeANumber()
Key
SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number.. |
static String |
SSHConnector_LaunchTimeoutMustBePositive()
Key
SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number.. |
static String |
SSHLauncher_AbortedDuringConnectionOpen()
Key
SSHLauncher.AbortedDuringConnectionOpen: Slave
start aborted.. |
static String |
SSHLauncher_AuthenticatingPublicKey(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}.. |
static String |
SSHLauncher_AuthenticatingUserPass(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}.. |
static String |
SSHLauncher_AuthenticationFailed(Object arg0)
Key
SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed.. |
static String |
SSHLauncher_AuthenticationFailedException()
Key
SSHLauncher.AuthenticationFailedException: Authentication failed.. |
static String |
SSHLauncher_AuthenticationSuccessful(Object arg0)
Key
SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful.. |
static String |
SSHLauncher_CheckingDefaultJava(Object arg0,
Object arg1)
Key
SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}. |
static String |
SSHLauncher_ConnectionClosed(Object arg0)
Key
SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed.. |
static String |
SSHLauncher_CopiedXXXBytes(Object arg0,
Object arg1)
Key
SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes.. |
static String |
SSHLauncher_CopyingSlaveJar(Object arg0)
Key
SSHLauncher.CopyingSlaveJar: {0} [SSH] Copying
latest slave.jar.... |
static String |
SSHLauncher_DescriptorDisplayName()
Key
SSHLauncher.DescriptorDisplayName: Launch slave
agents via SSH. |
static String |
SSHLauncher_ErrorCopyingSlaveJarInto(Object arg0)
Key
SSHLauncher.ErrorCopyingSlaveJarInto: Could not
copy slave.jar into ''{0}'' on slave. |
static String |
SSHLauncher_ErrorCopyingSlaveJarTo(Object arg0)
Key
SSHLauncher.ErrorCopyingSlaveJarTo: Could not copy
slave.jar to ''{0}'' on slave. |
static String |
SSHLauncher_ErrorDeletingFile(Object arg0)
Key
SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file.. |
static String |
SSHLauncher_ErrorWhileClosingConnection()
Key
SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection.. |
static String |
SSHLauncher_FailedToDetectEnvironment(Object arg0)
Key
SSHLauncher.FailedToDetectEnvironment: {@code Failed to
detect the environment for automatic JDK installation. |
static String |
SSHLauncher_JavaVersionResult(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}.. |
static String |
SSHLauncher_LaunchCompletedDuration(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms. |
static String |
SSHLauncher_LaunchFailed(Object arg0,
Object arg1,
Object arg2)
Key
SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed. |
static String |
SSHLauncher_LaunchFailedDuration(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms. |
static String |
SSHLauncher_NoJavaFound(Object arg0)
Key
SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed.. |
static String |
SSHLauncher_NoJavaFound2(Object arg0,
Object arg1)
Key
SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed.. |
static String |
SSHLauncher_NoPrivateKey(Object arg0,
Object arg1)
Key
SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist. |
static String |
SSHLauncher_OpeningSSHConnection(Object arg0,
Object arg1)
Key
SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}.. |
static String |
SSHLauncher_PortLessThanZero()
Key
SSHLauncher.PortLessThanZero: The port value must
be greater than 0. |
static String |
SSHLauncher_PortMoreThan65535()
Key
SSHLauncher.PortMoreThan65535: The port value must
be less than 65536. |
static String |
SSHLauncher_PortNotANumber()
Key
SSHLauncher.PortNotANumber: Cannot parse the port. |
static String |
SSHLauncher_PortNotSpecified()
Key
SSHLauncher.PortNotSpecified: The port must be
specified. |
static String |
SSHLauncher_RemoteFSDoesNotExist(Object arg0,
Object arg1)
Key
SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist. |
static String |
SSHLauncher_RemoteFSIsAFile(Object arg0)
Key
SSHLauncher.RemoteFSIsAFile: Remote file system
root {0} is a file not a directory or a symlink.. |
static String |
SSHLauncher_RemoteUserEnvironment(Object arg0)
Key
SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:. |
static String |
SSHLauncher_SelectedCredentialsMissing()
Key
SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found. |
static String |
SSHLauncher_SSHHeaderJunkDetected()
Key
SSHLauncher.SSHHeaderJunkDetected: {@code SSH connection
reports a garbage before a command execution. |
static String |
SSHLauncher_StartingSCPClient(Object arg0)
Key
SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed. |
static String |
SSHLauncher_StartingSFTPClient(Object arg0)
Key
SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client.. |
static String |
SSHLauncher_StartingSlaveProcess(Object arg0,
Object arg1)
Key
SSHLauncher.StartingSlaveProcess: {0} [SSH]
Starting slave process: {1}. |
static String |
SSHLauncher_UnexpectedError()
Key
SSHLauncher.UnexpectedError: {@code Unexpected error in
launching a slave. |
static String |
SSHLauncher_UnknownJavaVersion(Object arg0)
Key
SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}. |
static String |
TrustHostKeyAction_DisplayName()
Key
TrustHostKeyAction.DisplayName: Trust SSH Host
Key. |
public static String ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value..The value part of the key should be a Base64 encoded value.public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired:
The value part of the key should be a Base64 encoded value..The value part of the key should be a Base64 encoded value.public static String SSHLauncher_RemoteFSIsAFile(Object arg0)
SSHLauncher.RemoteFSIsAFile: Remote file system
root {0} is a file not a directory or a symlink..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Remote file system root {0} is a file not a directory or a
symlink.public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteFSIsAFile(Object arg0)
SSHLauncher.RemoteFSIsAFile: Remote file system
root {0} is a file not a directory or a symlink..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Remote file system root {0} is a file not a directory or a
symlink.public static String KnownHostsFileHostKeyVerifier_KeyTrusted(Object arg0)
KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key in Known Hosts file. Connection will be
allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matches key in Known Hosts file.
Connection will be allowed.public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_KeyTrusted(Object arg0)
KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key in Known Hosts file. Connection will be
allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matches key in Known Hosts file.
Connection will be allowed.public static String SSHLauncher_PortLessThanZero()
SSHLauncher.PortLessThanZero: The port value must
be greater than 0.The port value must be greater than 0public static org.jvnet.localizer.Localizable _SSHLauncher_PortLessThanZero()
SSHLauncher.PortLessThanZero: The port value must
be greater than 0.The port value must be greater than 0public static String TrustHostKeyAction_DisplayName()
TrustHostKeyAction.DisplayName: Trust SSH Host
Key.Trust SSH Host Keypublic static org.jvnet.localizer.Localizable _TrustHostKeyAction_DisplayName()
TrustHostKeyAction.DisplayName: Trust SSH Host
Key.Trust SSH Host Keypublic static String SSHLauncher_AuthenticationSuccessful(Object arg0)
SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authentication successful.public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationSuccessful(Object arg0)
SSHLauncher.AuthenticationSuccessful: {0} [SSH]
Authentication successful..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authentication successful.public static String NonVerifyingHostKeyVerifier_DescriptorDisplayName()
NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy.Non verifying Verification Strategypublic static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_DescriptorDisplayName()
NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy.Non verifying Verification Strategypublic static String SSHLauncher_StartingSlaveProcess(Object arg0, Object arg1)
SSHLauncher.StartingSlaveProcess: {0} [SSH]
Starting slave process: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Starting slave process: {1}public static org.jvnet.localizer.Localizable _SSHLauncher_StartingSlaveProcess(Object arg0, Object arg1)
SSHLauncher.StartingSlaveProcess: {0} [SSH]
Starting slave process: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Starting slave process: {1}public static String SSHLauncher_StartingSCPClient(Object arg0)
SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed. Copying via SCP..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SFTP failed. Copying via SCP.public static org.jvnet.localizer.Localizable _SSHLauncher_StartingSCPClient(Object arg0)
SSHLauncher.StartingSCPClient: {0} [SSH] SFTP
failed. Copying via SCP..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SFTP failed. Copying via SCP.public static String SSHLauncher_AuthenticationFailedException()
SSHLauncher.AuthenticationFailedException: Authentication failed..Authentication failed.public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationFailedException()
SSHLauncher.AuthenticationFailedException: Authentication failed..Authentication failed.public static String SSHLauncher_AuthenticationFailed(Object arg0)
SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authentication failed.public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationFailed(Object arg0)
SSHLauncher.AuthenticationFailed: {0} [SSH]
Authentication failed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authentication failed.public static String SSHLauncher_StartingSFTPClient(Object arg0)
SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Starting sftp client.public static org.jvnet.localizer.Localizable _SSHLauncher_StartingSFTPClient(Object arg0)
SSHLauncher.StartingSFTPClient: {0} [SSH] Starting
sftp client..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Starting sftp client.public static String SSHLauncher_LaunchCompletedDuration(Object arg0, Object arg1, Object arg2, Object arg3)
SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms.arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} completed in {3} mspublic static org.jvnet.localizer.Localizable _SSHLauncher_LaunchCompletedDuration(Object arg0, Object arg1, Object arg2, Object arg3)
SSHLauncher.LaunchCompletedDuration: {0} SSH Launch
of {1} on {2} completed in {3} ms.arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} completed in {3} mspublic static String SSHLauncher_CopiedXXXBytes(Object arg0, Object arg1)
SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Copied {1} bytes.public static org.jvnet.localizer.Localizable _SSHLauncher_CopiedXXXBytes(Object arg0, Object arg1)
SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1}
bytes..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Copied {1} bytes.public static String KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object arg0)
KnownHostsFileHostKeyVerifier.NoKnownHostsFile: {0}
[SSH] No Known Hosts file was found at {0}. Please ensure one is
created at this path and that Jenkins can read it..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] No Known Hosts file was found at {0}. Please ensure
one is created at this path and that Jenkins can read it.public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_NoKnownHostsFile(Object arg0)
KnownHostsFileHostKeyVerifier.NoKnownHostsFile: {0}
[SSH] No Known Hosts file was found at {0}. Please ensure one is
created at this path and that Jenkins can read it..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] No Known Hosts file was found at {0}. Please ensure
one is created at this path and that Jenkins can read it.public static String ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection.
Connection will be allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matched the key required for this
connection. Connection will be allowed.public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyTrusted(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0}
[SSH] SSH host key matched the key required for this connection.
Connection will be allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matched the key required for this
connection. Connection will be allowed.public static String ManualTrustingHostKeyVerifier_KeyTrusted(Object arg0)
ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host. Connection
will be allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matches key seen previously for this
host. Connection will be allowed.public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyTrusted(Object arg0)
ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH]
SSH host key matches key seen previously for this host. Connection
will be allowed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] SSH host key matches key seen previously for this
host. Connection will be allowed.public static String ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object arg0, Object arg1)
ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The SSH key with fingerprint {1} has been
automatically trusted for connections to this machine.public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyAutoTrusted(Object arg0, Object arg1)
ManualTrustingHostKeyVerifier.KeyAutoTrusted: {0}
[SSH] The SSH key with fingerprint {1} has been automatically trusted
for connections to this machine..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The SSH key with fingerprint {1} has been
automatically trusted for connections to this machine.public static String SSHLauncher_AbortedDuringConnectionOpen()
SSHLauncher.AbortedDuringConnectionOpen: Slave
start aborted..Slave start aborted.public static org.jvnet.localizer.Localizable _SSHLauncher_AbortedDuringConnectionOpen()
SSHLauncher.AbortedDuringConnectionOpen: Slave
start aborted..Slave start aborted.public static String SSHLauncher_NoPrivateKey(Object arg0, Object arg1)
SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist. Skipping public key authentication..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Private key file "{1}" doesn''t exist. Skipping
public key authentication.public static org.jvnet.localizer.Localizable _SSHLauncher_NoPrivateKey(Object arg0, Object arg1)
SSHLauncher.NoPrivateKey: {0} [SSH] Private key
file "{1}" doesn''t exist. Skipping public key authentication..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Private key file "{1}" doesn''t exist. Skipping
public key authentication.public static String SSHLauncher_ErrorCopyingSlaveJarTo(Object arg0)
SSHLauncher.ErrorCopyingSlaveJarTo: Could not copy
slave.jar to ''{0}'' on slave.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Could not copy slave.jar to ''{0}'' on slavepublic static org.jvnet.localizer.Localizable _SSHLauncher_ErrorCopyingSlaveJarTo(Object arg0)
SSHLauncher.ErrorCopyingSlaveJarTo: Could not copy
slave.jar to ''{0}'' on slave.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Could not copy slave.jar to ''{0}'' on slavepublic static String SSHLauncher_ErrorDeletingFile(Object arg0)
SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Error deleting file.public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorDeletingFile(Object arg0)
SSHLauncher.ErrorDeletingFile: {0} [SSH] Error
deleting file..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Error deleting file.public static String SSHLauncher_AuthenticatingPublicKey(Object arg0, Object arg1, Object arg2)
SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authenticating as {1} with {2}.public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingPublicKey(Object arg0, Object arg1, Object arg2)
SSHLauncher.AuthenticatingPublicKey: {0} [SSH]
Authenticating as {1} with {2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authenticating as {1} with {2}.public static String ManualTrustingHostKeyVerifier_KeyNotTrusted(Object arg0)
ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted.
Connections will be denied until this new key is authorised..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: The SSH key for this host is not currently
trusted. Connections will be denied until this new key is authorised.public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyNotTrusted(Object arg0)
ManualTrustingHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host is not currently trusted.
Connections will be denied until this new key is authorised..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: The SSH key for this host is not currently
trusted. Connections will be denied until this new key is authorised.public static String SSHLauncher_SSHHeaderJunkDetected()
SSHLauncher.SSHHeaderJunkDetected: SSH connection
reports a garbage before a command execution.
Check your .bashrc,
.profile, and so on to make sure it is quiet.
The received junk text
is as follows:.SSH connection reports a garbage before a command
execution.
Check your .bashrc, .profile, and so on to make sure it is
quiet.
The received junk text is as follows:public static org.jvnet.localizer.Localizable _SSHLauncher_SSHHeaderJunkDetected()
SSHLauncher.SSHHeaderJunkDetected: SSH connection
reports a garbage before a command execution.
Check your .bashrc,
.profile, and so on to make sure it is quiet.
The received junk text
is as follows:.SSH connection reports a garbage before a command
execution.
Check your .bashrc, .profile, and so on to make sure it is
quiet.
The received junk text is as follows:public static String KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object arg0)
KnownHostsFileHostKeyVerifier.NewKeyNotTrusted: {0}
[SSH] WARNING: No entry currently exists in the Known Hosts file for
this host. Connections will be denied until this new host and its
associated key is added to the Known Hosts file..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: No entry currently exists in the Known Hosts
file for this host. Connections will be denied until this new host and
its associated key is added to the Known Hosts file.public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_NewKeyNotTrusted(Object arg0)
KnownHostsFileHostKeyVerifier.NewKeyNotTrusted: {0}
[SSH] WARNING: No entry currently exists in the Known Hosts file for
this host. Connections will be denied until this new host and its
associated key is added to the Known Hosts file..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: No entry currently exists in the Known Hosts
file for this host. Connections will be denied until this new host and
its associated key is added to the Known Hosts file.public static String SSHLauncher_ErrorWhileClosingConnection()
SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection..Exception thrown while closing connection.public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorWhileClosingConnection()
SSHLauncher.ErrorWhileClosingConnection: Exception
thrown while closing connection..Exception thrown while closing connection.public static String ManualTrustingHostKeyVerifier_DescriptorDisplayName()
ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy.Manually trusted key Verification Strategypublic static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_DescriptorDisplayName()
ManualTrustingHostKeyVerifier.DescriptorDisplayName:
Manually trusted key Verification Strategy.Manually trusted key Verification Strategypublic static String SSHLauncher_LaunchFailedDuration(Object arg0, Object arg1, Object arg2, Object arg3)
SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms.arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} failed in {3} mspublic static org.jvnet.localizer.Localizable _SSHLauncher_LaunchFailedDuration(Object arg0, Object arg1, Object arg2, Object arg3)
SSHLauncher.LaunchFailedDuration: {0} SSH Launch of
{1} on {2} failed in {3} ms.arg3 - 4th format parameter, {3}, as String.valueOf(Object).arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} failed in {3} mspublic static String ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss..Key algorithm should be one of ssh-rsa or ssh-dss.public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm:
Key algorithm should be one of ssh-rsa or ssh-dss..Key algorithm should be one of ssh-rsa or ssh-dss.public static String SSHLauncher_DescriptorDisplayName()
SSHLauncher.DescriptorDisplayName: Launch slave
agents via SSH.Launch slave agents via SSHpublic static org.jvnet.localizer.Localizable _SSHLauncher_DescriptorDisplayName()
SSHLauncher.DescriptorDisplayName: Launch slave
agents via SSH.Launch slave agents via SSHpublic static String SSHConnector_LaunchTimeoutMustBeANumber()
SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number..The launch timeout must be a number.public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBeANumber()
SSHConnector.LaunchTimeoutMustBeANumber: The launch
timeout must be a number..The launch timeout must be a number.public static String SSHLauncher_PortMoreThan65535()
SSHLauncher.PortMoreThan65535: The port value must
be less than 65536.The port value must be less than 65536public static org.jvnet.localizer.Localizable _SSHLauncher_PortMoreThan65535()
SSHLauncher.PortMoreThan65535: The port value must
be less than 65536.The port value must be less than 65536public static String SSHLauncher_PortNotSpecified()
SSHLauncher.PortNotSpecified: The port must be
specified.The port must be specifiedpublic static org.jvnet.localizer.Localizable _SSHLauncher_PortNotSpecified()
SSHLauncher.PortNotSpecified: The port must be
specified.The port must be specifiedpublic static String SSHLauncher_OpeningSSHConnection(Object arg0, Object arg1)
SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Opening SSH connection to {1}.public static org.jvnet.localizer.Localizable _SSHLauncher_OpeningSSHConnection(Object arg0, Object arg1)
SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening
SSH connection to {1}..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Opening SSH connection to {1}.public static String ManualKeyProvidedHostKeyVerifier_DisplayName()
ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.Manually provided key Verification Strategypublic static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_DisplayName()
ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.Manually provided key Verification Strategypublic static String SSHLauncher_SelectedCredentialsMissing()
SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found.The selected credentials cannot be foundpublic static org.jvnet.localizer.Localizable _SSHLauncher_SelectedCredentialsMissing()
SSHLauncher.SelectedCredentialsMissing: The
selected credentials cannot be found.The selected credentials cannot be foundpublic static String SSHLauncher_ConnectionClosed(Object arg0)
SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Connection closed.public static org.jvnet.localizer.Localizable _SSHLauncher_ConnectionClosed(Object arg0)
SSHLauncher.ConnectionClosed: {0} [SSH] Connection
closed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Connection closed.public static String SSHLauncher_RemoteFSDoesNotExist(Object arg0, Object arg1)
SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist. Will try to create it....arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Remote file system root {1} does not exist. Will try
to create it...public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteFSDoesNotExist(Object arg0, Object arg1)
SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote
file system root {1} does not exist. Will try to create it....arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Remote file system root {1} does not exist. Will try
to create it...public static String ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Key value does not parse into a valid {0} keypublic static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse:
Key value does not parse into a valid {0} key.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Key value does not parse into a valid {0} keypublic static String SSHLauncher_PortNotANumber()
SSHLauncher.PortNotANumber: Cannot parse the port.Cannot parse the portpublic static org.jvnet.localizer.Localizable _SSHLauncher_PortNotANumber()
SSHLauncher.PortNotANumber: Cannot parse the port.Cannot parse the portpublic static String SSHLauncher_UnknownJavaVersion(Object arg0)
SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Couldn''t figure out the Java version of {0}public static org.jvnet.localizer.Localizable _SSHLauncher_UnknownJavaVersion(Object arg0)
SSHLauncher.UnknownJavaVersion: Couldn''t figure
out the Java version of {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Couldn''t figure out the Java version of {0}public static String KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object arg0)
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. Connections to
this host will be denied until the two keys match..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The SSH key presented by the remote host does not
match the key saved in the Known Hosts file against this host.
Connections to this host will be denied until the two keys match.public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted(Object arg0)
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. Connections to
this host will be denied until the two keys match..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The SSH key presented by the remote host does not
match the key saved in the Known Hosts file against this host.
Connections to this host will be denied until the two keys match.public static String SSHLauncher_RemoteUserEnvironment(Object arg0)
SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:.arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The remote user''s environment is:public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteUserEnvironment(Object arg0)
SSHLauncher.RemoteUserEnvironment: {0} [SSH] The
remote user''s environment is:.arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] The remote user''s environment is:public static String SSHLauncher_NoJavaFound(Object arg0)
SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Java version {0} was found but 1.7 or later is needed.public static org.jvnet.localizer.Localizable _SSHLauncher_NoJavaFound(Object arg0)
SSHLauncher.NoJavaFound: Java version {0} was found
but 1.7 or later is needed..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Java version {0} was found but 1.7 or later is needed.public static String SSHLauncher_NoJavaFound2(Object arg0, Object arg1)
SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Java version {0} was found but 1.{1} or later is needed.public static org.jvnet.localizer.Localizable _SSHLauncher_NoJavaFound2(Object arg0, Object arg1)
SSHLauncher.NoJavaFound2: Java version {0} was
found but 1.{1} or later is needed..arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Java version {0} was found but 1.{1} or later is needed.public static String SSHLauncher_JavaVersionResult(Object arg0, Object arg1, Object arg2)
SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] {1} -version returned {2}.public static org.jvnet.localizer.Localizable _SSHLauncher_JavaVersionResult(Object arg0, Object arg1, Object arg2)
SSHLauncher.JavaVersionResult: {0} [SSH] {1}
-version returned {2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] {1} -version returned {2}.public static String SSHConnector_LaunchTimeoutMustBePositive()
SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number..The launch timeout must be a positive number.public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBePositive()
SSHConnector.LaunchTimeoutMustBePositive: The
launch timeout must be a positive number..The launch timeout must be a positive number.public static String NonVerifyingHostKeyVerifier_NoVerificationWarning(Object arg0)
NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified.
Man-in-the-middle attacks may be possible against this connection..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: SSH Host Keys are not being verified.
Man-in-the-middle attacks may be possible against this connection.public static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_NoVerificationWarning(Object arg0)
NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified.
Man-in-the-middle attacks may be possible against this connection..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: SSH Host Keys are not being verified.
Man-in-the-middle attacks may be possible against this connection.public static String SSHLauncher_LaunchFailed(Object arg0, Object arg1, Object arg2)
SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed.arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} failedpublic static org.jvnet.localizer.Localizable _SSHLauncher_LaunchFailed(Object arg0, Object arg1, Object arg2)
SSHLauncher.LaunchFailed: {0} SSH Launch of {1} on
{2} failed.arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} SSH Launch of {1} on {2} failedpublic static String SSHLauncher_CopyingSlaveJar(Object arg0)
SSHLauncher.CopyingSlaveJar: {0} [SSH] Copying
latest slave.jar....arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Copying latest slave.jar...public static org.jvnet.localizer.Localizable _SSHLauncher_CopyingSlaveJar(Object arg0)
SSHLauncher.CopyingSlaveJar: {0} [SSH] Copying
latest slave.jar....arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Copying latest slave.jar...public static String ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration. Connections will be denied
until the host key matches the configuration key..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: The SSH key for this host does not match the
key required in the connection configuration. Connections will be
denied until the host key matches the configuration key.public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyNotTrusted(Object arg0)
ManualKeyProvidedHostKeyVerifier.KeyNotTrusted: {0}
[SSH] WARNING: The SSH key for this host does not match the key
required in the connection configuration. Connections will be denied
until the host key matches the configuration key..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] WARNING: The SSH key for this host does not match the
key required in the connection configuration. Connections will be
denied until the host key matches the configuration key.public static String SSHLauncher_ErrorCopyingSlaveJarInto(Object arg0)
SSHLauncher.ErrorCopyingSlaveJarInto: Could not
copy slave.jar into ''{0}'' on slave.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Could not copy slave.jar into ''{0}'' on slavepublic static org.jvnet.localizer.Localizable _SSHLauncher_ErrorCopyingSlaveJarInto(Object arg0)
SSHLauncher.ErrorCopyingSlaveJarInto: Could not
copy slave.jar into ''{0}'' on slave.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Could not copy slave.jar into ''{0}'' on slavepublic static String ManualKeyProvidedHostKeyVerifier_TwoPartKey()
ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value..Key should be 2 parts: algorithm and Base 64 encoded key
value.public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_TwoPartKey()
ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key
should be 2 parts: algorithm and Base 64 encoded key value..Key should be 2 parts: algorithm and Base 64 encoded key
value.public static String KnownHostsFileHostKeyVerifier_DisplayName()
KnownHostsFileHostKeyVerifier.DisplayName: Known
hosts file Verification Strategy.Known hosts file Verification Strategypublic static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_DisplayName()
KnownHostsFileHostKeyVerifier.DisplayName: Known
hosts file Verification Strategy.Known hosts file Verification Strategypublic static String SSHLauncher_FailedToDetectEnvironment(Object arg0)
SSHLauncher.FailedToDetectEnvironment: Failed to
detect the environment for automatic JDK installation. Please report
this to jenkinsci-users@googlegroups.com: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Failed to detect the environment for automatic JDK
installation. Please report this to jenkinsci-users@googlegroups.com:
{0}public static org.jvnet.localizer.Localizable _SSHLauncher_FailedToDetectEnvironment(Object arg0)
SSHLauncher.FailedToDetectEnvironment: Failed to
detect the environment for automatic JDK installation. Please report
this to jenkinsci-users@googlegroups.com: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Failed to detect the environment for automatic JDK
installation. Please report this to jenkinsci-users@googlegroups.com:
{0}public static String SSHLauncher_CheckingDefaultJava(Object arg0, Object arg1)
SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Checking java version of {1}public static org.jvnet.localizer.Localizable _SSHLauncher_CheckingDefaultJava(Object arg0, Object arg1)
SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking
java version of {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Checking java version of {1}public static String SSHLauncher_AuthenticatingUserPass(Object arg0, Object arg1, Object arg2)
SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authenticating as {1}/{2}.public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingUserPass(Object arg0, Object arg1, Object arg2)
SSHLauncher.AuthenticatingUserPass: {0} [SSH]
Authenticating as {1}/{2}..arg2 - 3rd format parameter, {2}, as String.valueOf(Object).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} [SSH] Authenticating as {1}/{2}.public static String SSHLauncher_UnexpectedError()
SSHLauncher.UnexpectedError: Unexpected error in
launching a slave. This is probably a bug in Jenkins..Unexpected error in launching a slave. This is probably a bug
in Jenkins.public static org.jvnet.localizer.Localizable _SSHLauncher_UnexpectedError()
SSHLauncher.UnexpectedError: Unexpected error in
launching a slave. This is probably a bug in Jenkins..Unexpected error in launching a slave. This is probably a bug
in Jenkins.Copyright © 2016–2018. All rights reserved.