Class Messages


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Messages
    extends Object
    Generated localization support class.
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • SSHLauncher_StartingSCPClient

        public static String SSHLauncher_StartingSCPClient​(Object arg0)
        Key SSHLauncher.StartingSCPClient: {0} [SSH] SFTP failed. Copying via SCP..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SFTP failed. Copying via SCP.
      • _SSHLauncher_StartingSCPClient

        public static org.jvnet.localizer.Localizable _SSHLauncher_StartingSCPClient​(Object arg0)
        Key SSHLauncher.StartingSCPClient: {0} [SSH] SFTP failed. Copying via SCP..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SFTP failed. Copying via SCP.
      • SSHLauncher_NoJavaFound

        public static String SSHLauncher_NoJavaFound​(Object arg0)
        Key SSHLauncher.NoJavaFound: Java version {0} was found but 1.7 or later is needed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.7 or later is needed.
      • _SSHLauncher_NoJavaFound

        public static org.jvnet.localizer.Localizable _SSHLauncher_NoJavaFound​(Object arg0)
        Key SSHLauncher.NoJavaFound: Java version {0} was found but 1.7 or later is needed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.7 or later is needed.
      • SSHLauncher_CopyingAgentJar

        public static String SSHLauncher_CopyingAgentJar​(Object arg0)
        Key SSHLauncher.CopyingAgentJar: {0} [SSH] Copying latest remoting.jar....
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Copying latest remoting.jar...
      • _SSHLauncher_CopyingAgentJar

        public static org.jvnet.localizer.Localizable _SSHLauncher_CopyingAgentJar​(Object arg0)
        Key SSHLauncher.CopyingAgentJar: {0} [SSH] Copying latest remoting.jar....
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Copying latest remoting.jar...
      • SSHLauncher_HostNotSpecified

        public static String SSHLauncher_HostNotSpecified()
        Key SSHLauncher.HostNotSpecified: The Host must be specified.
        Returns:
        The Host must be specified
      • _SSHLauncher_HostNotSpecified

        public static org.jvnet.localizer.Localizable _SSHLauncher_HostNotSpecified()
        Key SSHLauncher.HostNotSpecified: The Host must be specified.
        Returns:
        The Host must be specified
      • ManualTrustingHostKeyVerifier_DescriptorDisplayName

        public static String ManualTrustingHostKeyVerifier_DescriptorDisplayName()
        Key ManualTrustingHostKeyVerifier.DescriptorDisplayName: Manually trusted key Verification Strategy.
        Returns:
        Manually trusted key Verification Strategy
      • _ManualTrustingHostKeyVerifier_DescriptorDisplayName

        public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_DescriptorDisplayName()
        Key ManualTrustingHostKeyVerifier.DescriptorDisplayName: Manually trusted key Verification Strategy.
        Returns:
        Manually trusted key Verification Strategy
      • ManualTrustingHostKeyVerifier_KeyAutoTrusted

        public 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..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
      • _ManualTrustingHostKeyVerifier_KeyAutoTrusted

        public 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..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] The SSH key with fingerprint {1} has been automatically trusted for connections to this machine.
      • SSHLauncher_LaunchFailedDuration

        public static String SSHLauncher_LaunchFailedDuration​(Object arg0,
                                                              Object arg1,
                                                              Object arg2)
        Key SSHLauncher.LaunchFailedDuration: SSH Launch of {0} on {1} failed in {2} ms.
        Parameters:
        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).
        Returns:
        SSH Launch of {0} on {1} failed in {2} ms
      • _SSHLauncher_LaunchFailedDuration

        public static org.jvnet.localizer.Localizable _SSHLauncher_LaunchFailedDuration​(Object arg0,
                                                                                        Object arg1,
                                                                                        Object arg2)
        Key SSHLauncher.LaunchFailedDuration: SSH Launch of {0} on {1} failed in {2} ms.
        Parameters:
        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).
        Returns:
        SSH Launch of {0} on {1} failed in {2} ms
      • SSHLauncher_JavaPathHasWhiteSpaces

        public static String SSHLauncher_JavaPathHasWhiteSpaces()
        Key SSHLauncher.JavaPathHasWhiteSpaces: The Java PATH specified contains whitespaces, probably you need to use quotes around the path..
        Returns:
        The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
      • _SSHLauncher_JavaPathHasWhiteSpaces

        public static org.jvnet.localizer.Localizable _SSHLauncher_JavaPathHasWhiteSpaces()
        Key SSHLauncher.JavaPathHasWhiteSpaces: The Java PATH specified contains whitespaces, probably you need to use quotes around the path..
        Returns:
        The Java PATH specified contains whitespaces, probably you need to use quotes around the path.
      • SSHLauncher_UnexpectedError

        public static String SSHLauncher_UnexpectedError()
        Key SSHLauncher.UnexpectedError: Unexpected error in launching a agent..
        Returns:
        Unexpected error in launching a agent.
      • _SSHLauncher_UnexpectedError

        public static org.jvnet.localizer.Localizable _SSHLauncher_UnexpectedError()
        Key SSHLauncher.UnexpectedError: Unexpected error in launching a agent..
        Returns:
        Unexpected error in launching a agent.
      • ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired

        public static String ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
        Key ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired: The value part of the key should be a Base64 encoded value..
        Returns:
        The value part of the key should be a Base64 encoded value.
      • _ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_Base64EncodedKeyValueRequired()
        Key ManualKeyProvidedHostKeyVerifier.Base64EncodedKeyValueRequired: The value part of the key should be a Base64 encoded value..
        Returns:
        The value part of the key should be a Base64 encoded value.
      • SSHLauncher_FailedToDetectEnvironment

        public static String SSHLauncher_FailedToDetectEnvironment​(Object arg0)
        Key SSHLauncher.FailedToDetectEnvironment: Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
      • _SSHLauncher_FailedToDetectEnvironment

        public static org.jvnet.localizer.Localizable _SSHLauncher_FailedToDetectEnvironment​(Object arg0)
        Key SSHLauncher.FailedToDetectEnvironment: Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to detect the environment for automatic JDK installation. Please report this to jenkinsci-users@googlegroups.com: {0}
      • SSHLauncher_PortMoreThan65535

        public static String SSHLauncher_PortMoreThan65535()
        Key SSHLauncher.PortMoreThan65535: The port value must be less than 65536.
        Returns:
        The port value must be less than 65536
      • _SSHLauncher_PortMoreThan65535

        public static org.jvnet.localizer.Localizable _SSHLauncher_PortMoreThan65535()
        Key SSHLauncher.PortMoreThan65535: The port value must be less than 65536.
        Returns:
        The port value must be less than 65536
      • SSHLauncher_RemoteUserEnvironment

        public static String SSHLauncher_RemoteUserEnvironment​(Object arg0)
        Key SSHLauncher.RemoteUserEnvironment: {0} [SSH] The remote user''s environment is:.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] The remote user''s environment is:
      • _SSHLauncher_RemoteUserEnvironment

        public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteUserEnvironment​(Object arg0)
        Key SSHLauncher.RemoteUserEnvironment: {0} [SSH] The remote user''s environment is:.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] The remote user''s environment is:
      • SSHLauncher_launchCanceled

        public static String SSHLauncher_launchCanceled()
        Key SSHLauncher.launchCanceled: The agent launch was canceled due an error.
        Returns:
        The agent launch was canceled due an error
      • _SSHLauncher_launchCanceled

        public static org.jvnet.localizer.Localizable _SSHLauncher_launchCanceled()
        Key SSHLauncher.launchCanceled: The agent launch was canceled due an error.
        Returns:
        The agent launch was canceled due an error
      • SSHLauncher_ErrorWhileClosingConnection

        public static String SSHLauncher_ErrorWhileClosingConnection()
        Key SSHLauncher.ErrorWhileClosingConnection: Exception thrown while closing connection..
        Returns:
        Exception thrown while closing connection.
      • _SSHLauncher_ErrorWhileClosingConnection

        public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorWhileClosingConnection()
        Key SSHLauncher.ErrorWhileClosingConnection: Exception thrown while closing connection..
        Returns:
        Exception thrown while closing connection.
      • SSHLauncher_StartingSFTPClient

        public static String SSHLauncher_StartingSFTPClient​(Object arg0)
        Key SSHLauncher.StartingSFTPClient: {0} [SSH] Starting sftp client..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Starting sftp client.
      • _SSHLauncher_StartingSFTPClient

        public static org.jvnet.localizer.Localizable _SSHLauncher_StartingSFTPClient​(Object arg0)
        Key SSHLauncher.StartingSFTPClient: {0} [SSH] Starting sftp client..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Starting sftp client.
      • SSHLauncher_PortNotANumber

        public static String SSHLauncher_PortNotANumber()
        Key SSHLauncher.PortNotANumber: Cannot parse the port.
        Returns:
        Cannot parse the port
      • _SSHLauncher_PortNotANumber

        public static org.jvnet.localizer.Localizable _SSHLauncher_PortNotANumber()
        Key SSHLauncher.PortNotANumber: Cannot parse the port.
        Returns:
        Cannot parse the port
      • KnownHostsFileHostKeyVerifier_NewKeyNotTrusted

        public static String KnownHostsFileHostKeyVerifier_NewKeyNotTrusted​(Object arg0)
        Key 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..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • _KnownHostsFileHostKeyVerifier_NewKeyNotTrusted

        public 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. Connections will be denied until this new host and its associated key is added to the Known Hosts file..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • ManualKeyProvidedHostKeyVerifier_DisplayName

        public static String ManualKeyProvidedHostKeyVerifier_DisplayName()
        Key ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.
        Returns:
        Manually provided key Verification Strategy
      • _ManualKeyProvidedHostKeyVerifier_DisplayName

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_DisplayName()
        Key ManualKeyProvidedHostKeyVerifier.DisplayName: Manually provided key Verification Strategy.
        Returns:
        Manually provided key Verification Strategy
      • SSHLauncher_AuthenticationFailed

        public static String SSHLauncher_AuthenticationFailed​(Object arg0)
        Key SSHLauncher.AuthenticationFailed: {0} [SSH] Authentication failed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Authentication failed.
      • _SSHLauncher_AuthenticationFailed

        public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationFailed​(Object arg0)
        Key SSHLauncher.AuthenticationFailed: {0} [SSH] Authentication failed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Authentication failed.
      • SSHLauncher_ErrorCopyingAgentJarInto

        public static String SSHLauncher_ErrorCopyingAgentJarInto​(Object arg0)
        Key SSHLauncher.ErrorCopyingAgentJarInto: Could not copy remoting.jar into ''{0}'' on agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Could not copy remoting.jar into ''{0}'' on agent
      • _SSHLauncher_ErrorCopyingAgentJarInto

        public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorCopyingAgentJarInto​(Object arg0)
        Key SSHLauncher.ErrorCopyingAgentJarInto: Could not copy remoting.jar into ''{0}'' on agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Could not copy remoting.jar into ''{0}'' on agent
      • SSHLauncher_NoPrivateKey

        public static String SSHLauncher_NoPrivateKey​(Object arg0,
                                                      Object arg1)
        Key SSHLauncher.NoPrivateKey: {0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
      • _SSHLauncher_NoPrivateKey

        public static org.jvnet.localizer.Localizable _SSHLauncher_NoPrivateKey​(Object arg0,
                                                                                Object arg1)
        Key SSHLauncher.NoPrivateKey: {0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Private key file "{1}" doesn''t exist. Skipping public key authentication.
      • SSHLauncher_LaunchFailed

        public static String SSHLauncher_LaunchFailed​(Object arg0,
                                                      Object arg1)
        Key SSHLauncher.LaunchFailed: SSH Launch of {0} on {1} failed.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        SSH Launch of {0} on {1} failed
      • _SSHLauncher_LaunchFailed

        public static org.jvnet.localizer.Localizable _SSHLauncher_LaunchFailed​(Object arg0,
                                                                                Object arg1)
        Key SSHLauncher.LaunchFailed: SSH Launch of {0} on {1} failed.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        SSH Launch of {0} on {1} failed
      • KnownHostsFileHostKeyVerifier_KeyTrusted

        public static String KnownHostsFileHostKeyVerifier_KeyTrusted​(Object arg0)
        Key KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
      • _KnownHostsFileHostKeyVerifier_KeyTrusted

        public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_KeyTrusted​(Object arg0)
        Key KnownHostsFileHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matches key in Known Hosts file. Connection will be allowed.
      • SSHLauncher_ConnectionClosed

        public static String SSHLauncher_ConnectionClosed​(Object arg0)
        Key SSHLauncher.ConnectionClosed: {0} [SSH] Connection closed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Connection closed.
      • _SSHLauncher_ConnectionClosed

        public static org.jvnet.localizer.Localizable _SSHLauncher_ConnectionClosed​(Object arg0)
        Key SSHLauncher.ConnectionClosed: {0} [SSH] Connection closed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Connection closed.
      • SSHLauncher_UnknownJavaVersion

        public static String SSHLauncher_UnknownJavaVersion​(Object arg0)
        Key SSHLauncher.UnknownJavaVersion: Couldn''t figure out the Java version of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn''t figure out the Java version of {0}
      • _SSHLauncher_UnknownJavaVersion

        public static org.jvnet.localizer.Localizable _SSHLauncher_UnknownJavaVersion​(Object arg0)
        Key SSHLauncher.UnknownJavaVersion: Couldn''t figure out the Java version of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn''t figure out the Java version of {0}
      • SSHLauncher_CopiedXXXBytes

        public static String SSHLauncher_CopiedXXXBytes​(Object arg0,
                                                        Object arg1)
        Key SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1} bytes..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Copied {1} bytes.
      • _SSHLauncher_CopiedXXXBytes

        public static org.jvnet.localizer.Localizable _SSHLauncher_CopiedXXXBytes​(Object arg0,
                                                                                  Object arg1)
        Key SSHLauncher.CopiedXXXBytes: {0} [SSH] Copied {1} bytes..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Copied {1} bytes.
      • KnownHostsFileHostKeyVerifier_DisplayName

        public static String KnownHostsFileHostKeyVerifier_DisplayName()
        Key KnownHostsFileHostKeyVerifier.DisplayName: Known hosts file Verification Strategy.
        Returns:
        Known hosts file Verification Strategy
      • _KnownHostsFileHostKeyVerifier_DisplayName

        public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_DisplayName()
        Key KnownHostsFileHostKeyVerifier.DisplayName: Known hosts file Verification Strategy.
        Returns:
        Known hosts file Verification Strategy
      • SSHLauncher_StartingAgentProcess

        public static String SSHLauncher_StartingAgentProcess​(Object arg0,
                                                              Object arg1)
        Key SSHLauncher.StartingAgentProcess: {0} [SSH] Starting agent process: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Starting agent process: {1}
      • _SSHLauncher_StartingAgentProcess

        public static org.jvnet.localizer.Localizable _SSHLauncher_StartingAgentProcess​(Object arg0,
                                                                                        Object arg1)
        Key SSHLauncher.StartingAgentProcess: {0} [SSH] Starting agent process: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Starting agent process: {1}
      • _SSHLauncher_JavaVersionResult

        public static org.jvnet.localizer.Localizable _SSHLauncher_JavaVersionResult​(Object arg0,
                                                                                     Object arg1,
                                                                                     Object arg2)
        Key SSHLauncher.JavaVersionResult: {0} [SSH] {1} -version returned {2}..
        Parameters:
        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).
        Returns:
        {0} [SSH] {1} -version returned {2}.
      • SSHLauncher_AuthenticationFailedException

        public static String SSHLauncher_AuthenticationFailedException()
        Key SSHLauncher.AuthenticationFailedException: Authentication failed..
        Returns:
        Authentication failed.
      • _SSHLauncher_AuthenticationFailedException

        public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationFailedException()
        Key SSHLauncher.AuthenticationFailedException: Authentication failed..
        Returns:
        Authentication failed.
      • SSHLauncher_AbortedDuringConnectionOpen

        public static String SSHLauncher_AbortedDuringConnectionOpen()
        Key SSHLauncher.AbortedDuringConnectionOpen: Agent start aborted..
        Returns:
        Agent start aborted.
      • _SSHLauncher_AbortedDuringConnectionOpen

        public static org.jvnet.localizer.Localizable _SSHLauncher_AbortedDuringConnectionOpen()
        Key SSHLauncher.AbortedDuringConnectionOpen: Agent start aborted..
        Returns:
        Agent start aborted.
      • SSHLauncher_SSHHeaderJunkDetected

        public static String SSHLauncher_SSHHeaderJunkDetected()
        Key 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:.
        Returns:
        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:
      • _SSHLauncher_SSHHeaderJunkDetected

        public static org.jvnet.localizer.Localizable _SSHLauncher_SSHHeaderJunkDetected()
        Key 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:.
        Returns:
        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:
      • SSHLauncher_RemoteFSDoesNotExist

        public static String SSHLauncher_RemoteFSDoesNotExist​(Object arg0,
                                                              Object arg1)
        Key SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote file system root {1} does not exist. Will try to create it....
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Remote file system root {1} does not exist. Will try to create it...
      • _SSHLauncher_RemoteFSDoesNotExist

        public static org.jvnet.localizer.Localizable _SSHLauncher_RemoteFSDoesNotExist​(Object arg0,
                                                                                        Object arg1)
        Key SSHLauncher.RemoteFSDoesNotExist: {0} [SSH] Remote file system root {1} does not exist. Will try to create it....
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Remote file system root {1} does not exist. Will try to create it...
      • SSHLauncher_PortNotSpecified

        public static String SSHLauncher_PortNotSpecified()
        Key SSHLauncher.PortNotSpecified: The port must be specified.
        Returns:
        The port must be specified
      • _SSHLauncher_PortNotSpecified

        public static org.jvnet.localizer.Localizable _SSHLauncher_PortNotSpecified()
        Key SSHLauncher.PortNotSpecified: The port must be specified.
        Returns:
        The port must be specified
      • SSHLauncher_ErrorCopyingAgentJarTo

        public static String SSHLauncher_ErrorCopyingAgentJarTo​(Object arg0)
        Key SSHLauncher.ErrorCopyingAgentJarTo: Could not copy remoting.jar to ''{0}'' on agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Could not copy remoting.jar to ''{0}'' on agent
      • _SSHLauncher_ErrorCopyingAgentJarTo

        public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorCopyingAgentJarTo​(Object arg0)
        Key SSHLauncher.ErrorCopyingAgentJarTo: Could not copy remoting.jar to ''{0}'' on agent.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Could not copy remoting.jar to ''{0}'' on agent
      • SSHLauncher_RemoteFSIsAFile

        public static String SSHLauncher_RemoteFSIsAFile​(Object arg0)
        Key SSHLauncher.RemoteFSIsAFile: Remote file system root {0} is a file not a directory or a symlink..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Remote file system root {0} is a file not a directory or a symlink.
      • _SSHLauncher_RemoteFSIsAFile

        public 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..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Remote file system root {0} is a file not a directory or a symlink.
      • ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse

        public static String ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse​(Object arg0)
        Key ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse: Key value does not parse into a valid {0} key.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Key value does not parse into a valid {0} key
      • _ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyValueDoesNotParse​(Object arg0)
        Key ManualKeyProvidedHostKeyVerifier.KeyValueDoesNotParse: Key value does not parse into a valid {0} key.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Key value does not parse into a valid {0} key
      • MissingVerificationStrategyAdministrativeMonitor_DisplayName

        public static String MissingVerificationStrategyAdministrativeMonitor_DisplayName()
        Key MissingVerificationStrategyAdministrativeMonitor.DisplayName: Missing Verification Strategy Monitor.
        Returns:
        Missing Verification Strategy Monitor
      • _MissingVerificationStrategyAdministrativeMonitor_DisplayName

        public static org.jvnet.localizer.Localizable _MissingVerificationStrategyAdministrativeMonitor_DisplayName()
        Key MissingVerificationStrategyAdministrativeMonitor.DisplayName: Missing Verification Strategy Monitor.
        Returns:
        Missing Verification Strategy Monitor
      • KnownHostsFileHostKeyVerifier_SearchingFor

        public static String KnownHostsFileHostKeyVerifier_SearchingFor​(Object arg0,
                                                                        Object arg1)
        Key KnownHostsFileHostKeyVerifier.SearchingFor: Searching for {0} in {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Searching for {0} in {1}
      • _KnownHostsFileHostKeyVerifier_SearchingFor

        public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_SearchingFor​(Object arg0,
                                                                                                  Object arg1)
        Key KnownHostsFileHostKeyVerifier.SearchingFor: Searching for {0} in {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Searching for {0} in {1}
      • SSHLauncher_SelectedCredentialsMissing

        public static String SSHLauncher_SelectedCredentialsMissing()
        Key SSHLauncher.SelectedCredentialsMissing: The selected credentials cannot be found.
        Returns:
        The selected credentials cannot be found
      • _SSHLauncher_SelectedCredentialsMissing

        public static org.jvnet.localizer.Localizable _SSHLauncher_SelectedCredentialsMissing()
        Key SSHLauncher.SelectedCredentialsMissing: The selected credentials cannot be found.
        Returns:
        The selected credentials cannot be found
      • ManualKeyProvidedHostKeyVerifier_KeyTrusted

        public static String ManualKeyProvidedHostKeyVerifier_KeyTrusted​(Object arg0)
        Key ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
      • _ManualKeyProvidedHostKeyVerifier_KeyTrusted

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_KeyTrusted​(Object arg0)
        Key ManualKeyProvidedHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matched the key required for this connection. Connection will be allowed.
      • SSHLauncher_DescriptorDisplayName

        public static String SSHLauncher_DescriptorDisplayName()
        Key SSHLauncher.DescriptorDisplayName: Launch agents via SSH.
        Returns:
        Launch agents via SSH
      • _SSHLauncher_DescriptorDisplayName

        public static org.jvnet.localizer.Localizable _SSHLauncher_DescriptorDisplayName()
        Key SSHLauncher.DescriptorDisplayName: Launch agents via SSH.
        Returns:
        Launch agents via SSH
      • SSHConnector_LaunchTimeoutMustBePositive

        public static String SSHConnector_LaunchTimeoutMustBePositive()
        Key SSHConnector.LaunchTimeoutMustBePositive: The launch timeout must be a positive number..
        Returns:
        The launch timeout must be a positive number.
      • _SSHConnector_LaunchTimeoutMustBePositive

        public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBePositive()
        Key SSHConnector.LaunchTimeoutMustBePositive: The launch timeout must be a positive number..
        Returns:
        The launch timeout must be a positive number.
      • ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm

        public static String ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
        Key ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm: Key algorithm should be one of ssh-rsa or ssh-dss..
        Returns:
        Key algorithm should be one of ssh-rsa or ssh-dss.
      • _ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_UnknownKeyAlgorithm()
        Key ManualKeyProvidedHostKeyVerifier.UnknownKeyAlgorithm: Key algorithm should be one of ssh-rsa or ssh-dss..
        Returns:
        Key algorithm should be one of ssh-rsa or ssh-dss.
      • ManualKeyProvidedHostKeyVerifier_TwoPartKey

        public static String ManualKeyProvidedHostKeyVerifier_TwoPartKey()
        Key ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key should be 2 parts: algorithm and Base 64 encoded key value..
        Returns:
        Key should be 2 parts: algorithm and Base 64 encoded key value.
      • _ManualKeyProvidedHostKeyVerifier_TwoPartKey

        public static org.jvnet.localizer.Localizable _ManualKeyProvidedHostKeyVerifier_TwoPartKey()
        Key ManualKeyProvidedHostKeyVerifier.TwoPartKey: Key should be 2 parts: algorithm and Base 64 encoded key value..
        Returns:
        Key should be 2 parts: algorithm and Base 64 encoded key value.
      • SSHLauncher_AuthenticatingUserPass

        public static String SSHLauncher_AuthenticatingUserPass​(Object arg0,
                                                                Object arg1,
                                                                Object arg2)
        Key SSHLauncher.AuthenticatingUserPass: {0} [SSH] Authenticating as {1}/{2}..
        Parameters:
        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).
        Returns:
        {0} [SSH] Authenticating as {1}/{2}.
      • _SSHLauncher_AuthenticatingUserPass

        public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingUserPass​(Object arg0,
                                                                                          Object arg1,
                                                                                          Object arg2)
        Key SSHLauncher.AuthenticatingUserPass: {0} [SSH] Authenticating as {1}/{2}..
        Parameters:
        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).
        Returns:
        {0} [SSH] Authenticating as {1}/{2}.
      • NonVerifyingHostKeyVerifier_NoVerificationWarning

        public static String NonVerifyingHostKeyVerifier_NoVerificationWarning​(Object arg0)
        Key NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
      • _NonVerifyingHostKeyVerifier_NoVerificationWarning

        public static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_NoVerificationWarning​(Object arg0)
        Key NonVerifyingHostKeyVerifier.NoVerificationWarning: {0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] WARNING: SSH Host Keys are not being verified. Man-in-the-middle attacks may be possible against this connection.
      • SSHLauncher_PortLessThanZero

        public static String SSHLauncher_PortLessThanZero()
        Key SSHLauncher.PortLessThanZero: The port value must be greater than 0.
        Returns:
        The port value must be greater than 0
      • _SSHLauncher_PortLessThanZero

        public static org.jvnet.localizer.Localizable _SSHLauncher_PortLessThanZero()
        Key SSHLauncher.PortLessThanZero: The port value must be greater than 0.
        Returns:
        The port value must be greater than 0
      • ManualTrustingHostKeyVerifier_KeyTrusted

        public static String ManualTrustingHostKeyVerifier_KeyTrusted​(Object arg0)
        Key ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
      • _ManualTrustingHostKeyVerifier_KeyTrusted

        public static org.jvnet.localizer.Localizable _ManualTrustingHostKeyVerifier_KeyTrusted​(Object arg0)
        Key ManualTrustingHostKeyVerifier.KeyTrusted: {0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] SSH host key matches key seen previously for this host. Connection will be allowed.
      • SSHLauncher_LaunchCompletedDuration

        public static String SSHLauncher_LaunchCompletedDuration​(Object arg0,
                                                                 Object arg1,
                                                                 Object arg2)
        Key SSHLauncher.LaunchCompletedDuration: SSH Launch of {0} on {1} completed in {2} ms.
        Parameters:
        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).
        Returns:
        SSH Launch of {0} on {1} completed in {2} ms
      • _SSHLauncher_LaunchCompletedDuration

        public static org.jvnet.localizer.Localizable _SSHLauncher_LaunchCompletedDuration​(Object arg0,
                                                                                           Object arg1,
                                                                                           Object arg2)
        Key SSHLauncher.LaunchCompletedDuration: SSH Launch of {0} on {1} completed in {2} ms.
        Parameters:
        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).
        Returns:
        SSH Launch of {0} on {1} completed in {2} ms
      • ManualKeyProvidedHostKeyVerifier_KeyNotTrusted

        public 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. Connections will be denied until the host key matches the configuration key..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • _ManualKeyProvidedHostKeyVerifier_KeyNotTrusted

        public 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. Connections will be denied until the host key matches the configuration key..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • SSHLauncher_CheckingDefaultJava

        public static String SSHLauncher_CheckingDefaultJava​(Object arg0,
                                                             Object arg1)
        Key SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking java version of {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Checking java version of {1}
      • _SSHLauncher_CheckingDefaultJava

        public static org.jvnet.localizer.Localizable _SSHLauncher_CheckingDefaultJava​(Object arg0,
                                                                                       Object arg1)
        Key SSHLauncher.CheckingDefaultJava: {0} [SSH] Checking java version of {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Checking java version of {1}
      • SSHLauncher_AuthenticationSuccessful

        public static String SSHLauncher_AuthenticationSuccessful​(Object arg0)
        Key SSHLauncher.AuthenticationSuccessful: {0} [SSH] Authentication successful..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Authentication successful.
      • _SSHLauncher_AuthenticationSuccessful

        public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticationSuccessful​(Object arg0)
        Key SSHLauncher.AuthenticationSuccessful: {0} [SSH] Authentication successful..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Authentication successful.
      • SSHLauncher_AuthenticatingPublicKey

        public static String SSHLauncher_AuthenticatingPublicKey​(Object arg0,
                                                                 Object arg1,
                                                                 Object arg2)
        Key SSHLauncher.AuthenticatingPublicKey: {0} [SSH] Authenticating as {1} with {2}..
        Parameters:
        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).
        Returns:
        {0} [SSH] Authenticating as {1} with {2}.
      • _SSHLauncher_AuthenticatingPublicKey

        public static org.jvnet.localizer.Localizable _SSHLauncher_AuthenticatingPublicKey​(Object arg0,
                                                                                           Object arg1,
                                                                                           Object arg2)
        Key SSHLauncher.AuthenticatingPublicKey: {0} [SSH] Authenticating as {1} with {2}..
        Parameters:
        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).
        Returns:
        {0} [SSH] Authenticating as {1} with {2}.
      • SSHLauncher_ErrorDeletingFile

        public static String SSHLauncher_ErrorDeletingFile​(Object arg0)
        Key SSHLauncher.ErrorDeletingFile: {0} [SSH] Error deleting file..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Error deleting file.
      • _SSHLauncher_ErrorDeletingFile

        public static org.jvnet.localizer.Localizable _SSHLauncher_ErrorDeletingFile​(Object arg0)
        Key SSHLauncher.ErrorDeletingFile: {0} [SSH] Error deleting file..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Error deleting file.
      • KnownHostsFileHostKeyVerifier_NoKnownHostsFile

        public static String KnownHostsFileHostKeyVerifier_NoKnownHostsFile​(Object arg0)
        Key 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..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
      • _KnownHostsFileHostKeyVerifier_NoKnownHostsFile

        public static org.jvnet.localizer.Localizable _KnownHostsFileHostKeyVerifier_NoKnownHostsFile​(Object arg0)
        Key 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..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] No Known Hosts file was found at {0}. Please ensure one is created at this path and that Jenkins can read it.
      • SSHLauncher_NoJavaFound2

        public static String SSHLauncher_NoJavaFound2​(Object arg0,
                                                      Object arg1)
        Key SSHLauncher.NoJavaFound2: Java version {0} was found but 1.{1} or later is needed..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.{1} or later is needed.
      • _SSHLauncher_NoJavaFound2

        public 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..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Java version {0} was found but 1.{1} or later is needed.
      • NonVerifyingHostKeyVerifier_DescriptorDisplayName

        public static String NonVerifyingHostKeyVerifier_DescriptorDisplayName()
        Key NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy.
        Returns:
        Non verifying Verification Strategy
      • _NonVerifyingHostKeyVerifier_DescriptorDisplayName

        public static org.jvnet.localizer.Localizable _NonVerifyingHostKeyVerifier_DescriptorDisplayName()
        Key NonVerifyingHostKeyVerifier.DescriptorDisplayName: Non verifying Verification Strategy.
        Returns:
        Non verifying Verification Strategy
      • KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted

        public 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. Connections to this host will be denied until the two keys match..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • _KnownHostsFileHostKeyVerifier_ChangedKeyNotTrusted

        public 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. Connections to this host will be denied until the two keys match..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {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.
      • SSHLauncher_OpeningSSHConnection

        public static String SSHLauncher_OpeningSSHConnection​(Object arg0,
                                                              Object arg1)
        Key SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening SSH connection to {1}..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Opening SSH connection to {1}.
      • _SSHLauncher_OpeningSSHConnection

        public static org.jvnet.localizer.Localizable _SSHLauncher_OpeningSSHConnection​(Object arg0,
                                                                                        Object arg1)
        Key SSHLauncher.OpeningSSHConnection: {0} [SSH] Opening SSH connection to {1}..
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] Opening SSH connection to {1}.
      • SSHConnector_LaunchTimeoutMustBeANumber

        public static String SSHConnector_LaunchTimeoutMustBeANumber()
        Key SSHConnector.LaunchTimeoutMustBeANumber: The launch timeout must be a number..
        Returns:
        The launch timeout must be a number.
      • _SSHConnector_LaunchTimeoutMustBeANumber

        public static org.jvnet.localizer.Localizable _SSHConnector_LaunchTimeoutMustBeANumber()
        Key SSHConnector.LaunchTimeoutMustBeANumber: The launch timeout must be a number..
        Returns:
        The launch timeout must be a number.
      • TrustHostKeyAction_DisplayName

        public static String TrustHostKeyAction_DisplayName()
        Key TrustHostKeyAction.DisplayName: Trust SSH Host Key.
        Returns:
        Trust SSH Host Key
      • _TrustHostKeyAction_DisplayName

        public static org.jvnet.localizer.Localizable _TrustHostKeyAction_DisplayName()
        Key TrustHostKeyAction.DisplayName: Trust SSH Host Key.
        Returns:
        Trust SSH Host Key
      • SSHLauncher_alreadyConnected

        public static String SSHLauncher_alreadyConnected()
        Key SSHLauncher.alreadyConnected: The Agent is connected, disconnect it before to try to connect it again..
        Returns:
        The Agent is connected, disconnect it before to try to connect it again.
      • _SSHLauncher_alreadyConnected

        public static org.jvnet.localizer.Localizable _SSHLauncher_alreadyConnected()
        Key SSHLauncher.alreadyConnected: The Agent is connected, disconnect it before to try to connect it again..
        Returns:
        The Agent is connected, disconnect it before to try to connect it again.
      • ManualTrustingHostKeyVerifier_KeyNotTrusted

        public static String ManualTrustingHostKeyVerifier_KeyNotTrusted​(Object arg0)
        Key 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..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.
      • _ManualTrustingHostKeyVerifier_KeyNotTrusted

        public 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. Connections will be denied until this new key is authorised..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} [SSH] WARNING: The SSH key for this host is not currently trusted. Connections will be denied until this new key is authorised.