Class Messages

java.lang.Object
jenkins.plugins.publish_over_ssh.Messages

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

    • Messages

      public Messages()
  • Method Details

    • exception_client_dele

      public static String exception_client_dele(Object arg0)
      Key exception.client.dele: Failed to delete file [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to delete file [{0}]
    • _exception_client_dele

      public static org.jvnet.localizer.Localizable _exception_client_dele(Object arg0)
      Key exception.client.dele: Failed to delete file [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to delete file [{0}]
    • log_sftp_stat

      public static String log_sftp_stat(Object arg0, Object arg1)
      Key log.sftp.stat: Failed to stat directory [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to stat directory [{0}]. Message [{1}]
    • _log_sftp_stat

      public static org.jvnet.localizer.Localizable _log_sftp_stat(Object arg0, Object arg1)
      Key log.sftp.stat: Failed to stat directory [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to stat directory [{0}]. Message [{1}]
    • console_message_prefix

      public static String console_message_prefix()
      Key console.message.prefix: SSH: .
      Returns:
      SSH:
    • _console_message_prefix

      public static org.jvnet.localizer.Localizable _console_message_prefix()
      Key console.message.prefix: SSH: .
      Returns:
      SSH:
    • console_success

      public static String console_success()
      Key console.success: OK.
      Returns:
      OK
    • _console_success

      public static org.jvnet.localizer.Localizable _console_success()
      Key console.success: OK.
      Returns:
      OK
    • sftpExec_hardlink

      public static String sftpExec_hardlink(Object arg0, Object arg1)
      Key sftpExec.hardlink: ln [{0}] [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ln [{0}] [{1}]
    • _sftpExec_hardlink

      public static org.jvnet.localizer.Localizable _sftpExec_hardlink(Object arg0, Object arg1)
      Key sftpExec.hardlink: ln [{0}] [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ln [{0}] [{1}]
    • sftpExec_deleteFile

      public static String sftpExec_deleteFile(Object arg0)
      Key sftpExec.deleteFile: rm [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      rm [{0}] ...
    • _sftpExec_deleteFile

      public static org.jvnet.localizer.Localizable _sftpExec_deleteFile(Object arg0)
      Key sftpExec.deleteFile: rm [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      rm [{0}] ...
    • sftpExec_getFile

      public static String sftpExec_getFile(Object arg0)
      Key sftpExec.getFile: Getting file [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Getting file [{0}]
    • _sftpExec_getFile

      public static org.jvnet.localizer.Localizable _sftpExec_getFile(Object arg0)
      Key sftpExec.getFile: Getting file [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Getting file [{0}]
    • console_failure

      public static String console_failure(Object arg0)
      Key console.failure: FAILED: Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      FAILED: Message [{0}]
    • _console_failure

      public static org.jvnet.localizer.Localizable _console_failure(Object arg0)
      Key console.failure: FAILED: Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      FAILED: Message [{0}]
    • sftpExec_tooFewArguments

      public static String sftpExec_tooFewArguments(Object arg0)
      Key sftpExec.tooFewArguments: [{0}]: too few arguments..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      [{0}]: too few arguments.
    • _sftpExec_tooFewArguments

      public static org.jvnet.localizer.Localizable _sftpExec_tooFewArguments(Object arg0)
      Key sftpExec.tooFewArguments: [{0}]: too few arguments..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      [{0}]: too few arguments.
    • console_exec_opening

      public static String console_exec_opening()
      Key console.exec.opening: Opening exec channel ....
      Returns:
      Opening exec channel ...
    • _console_exec_opening

      public static org.jvnet.localizer.Localizable _console_exec_opening()
      Key console.exec.opening: Opening exec channel ....
      Returns:
      Opening exec channel ...
    • sftpExec_get

      public static String sftpExec_get(Object arg0)
      Key sftpExec.get: get [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      get [{0}]
    • _sftpExec_get

      public static org.jvnet.localizer.Localizable _sftpExec_get(Object arg0)
      Key sftpExec.get: get [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      get [{0}]
    • descriptor_sourceOrExec

      public static String descriptor_sourceOrExec()
      Key descriptor.sourceOrExec: Either Source files, Exec command or both must be supplied.
      Returns:
      Either Source files, Exec command or both must be supplied
    • _descriptor_sourceOrExec

      public static org.jvnet.localizer.Localizable _descriptor_sourceOrExec()
      Key descriptor.sourceOrExec: Either Source files, Exec command or both must be supplied.
      Returns:
      Either Source files, Exec command or both must be supplied
    • console_userInfo_returning

      public static String console_userInfo_returning(Object arg0)
      Key console.userInfo.returning: Returning [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Returning [{0}]
    • _console_userInfo_returning

      public static org.jvnet.localizer.Localizable _console_userInfo_returning(Object arg0)
      Key console.userInfo.returning: Returning [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Returning [{0}]
    • console_session_connecting

      public static String console_session_connecting()
      Key console.session.connecting: Connecting session ....
      Returns:
      Connecting session ...
    • _console_session_connecting

      public static org.jvnet.localizer.Localizable _console_session_connecting()
      Key console.session.connecting: Connecting session ....
      Returns:
      Connecting session ...
    • exception_exec_connect

      public static String exception_exec_connect(Object arg0)
      Key exception.exec.connect: Failed to connect exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect exec channel. Message [{0}]
    • _exception_exec_connect

      public static org.jvnet.localizer.Localizable _exception_exec_connect(Object arg0)
      Key exception.exec.connect: Failed to connect exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect exec channel. Message [{0}]
    • exception_disconnect_session

      public static String exception_disconnect_session(Object arg0)
      Key exception.disconnect.session: Exception when disconnecting session. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting session. Message [{0}]
    • _exception_disconnect_session

      public static org.jvnet.localizer.Localizable _exception_disconnect_session(Object arg0)
      Key exception.disconnect.session: Exception when disconnecting session. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting session. Message [{0}]
    • descriptor_testConnection_ok

      public static String descriptor_testConnection_ok()
      Key descriptor.testConnection.ok: Success.
      Returns:
      Success
    • _descriptor_testConnection_ok

      public static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()
      Key descriptor.testConnection.ok: Success.
      Returns:
      Success
    • console_cd

      public static String console_cd(Object arg0)
      Key console.cd: cd [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      cd [{0}]
    • _console_cd

      public static org.jvnet.localizer.Localizable _console_cd(Object arg0)
      Key console.cd: cd [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      cd [{0}]
    • paramPublish_descriptor_displayName

      public static String paramPublish_descriptor_displayName()
      Key paramPublish.descriptor.displayName: SSH Param Publish.
      Returns:
      SSH Param Publish
    • _paramPublish_descriptor_displayName

      public static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()
      Key paramPublish.descriptor.displayName: SSH Param Publish.
      Returns:
      SSH Param Publish
    • sftpExec_isDirectory

      public static String sftpExec_isDirectory(Object arg0)
      Key sftpExec.isDirectory: Cannot download non-regular file: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot download non-regular file: [{0}]
    • _sftpExec_isDirectory

      public static org.jvnet.localizer.Localizable _sftpExec_isDirectory(Object arg0)
      Key sftpExec.isDirectory: Cannot download non-regular file: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Cannot download non-regular file: [{0}]
    • console_exec_opened

      public static String console_exec_opened()
      Key console.exec.opened: EXEC: channel open.
      Returns:
      EXEC: channel open
    • _console_exec_opened

      public static org.jvnet.localizer.Localizable _console_exec_opened()
      Key console.exec.opened: EXEC: channel open.
      Returns:
      EXEC: channel open
    • sftpExec_failedCommand

      public static String sftpExec_failedCommand(Object arg0)
      Key sftpExec.failedCommand: Failed command: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed command: [{0}]
    • _sftpExec_failedCommand

      public static org.jvnet.localizer.Localizable _sftpExec_failedCommand(Object arg0)
      Key sftpExec.failedCommand: Failed command: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed command: [{0}]
    • transfer_descriptor_displayName

      public static String transfer_descriptor_displayName()
      Key transfer.descriptor.displayName: SSH Transfer.
      Returns:
      SSH Transfer
    • _transfer_descriptor_displayName

      public static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()
      Key transfer.descriptor.displayName: SSH Transfer.
      Returns:
      SSH Transfer
    • publisherLabel_descriptor_displayName

      public static String publisherLabel_descriptor_displayName()
      Key publisherLabel.descriptor.displayName: SSH Publisher Label.
      Returns:
      SSH Publisher Label
    • _publisherLabel_descriptor_displayName

      public static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()
      Key publisherLabel.descriptor.displayName: SSH Publisher Label.
      Returns:
      SSH Publisher Label
    • console_exec_connecting

      public static String console_exec_connecting(Object arg0)
      Key console.exec.connecting: EXEC: STDOUT/STDERR from command [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      EXEC: STDOUT/STDERR from command [{0}] ...
    • _console_exec_connecting

      public static org.jvnet.localizer.Localizable _console_exec_connecting(Object arg0)
      Key console.exec.connecting: EXEC: STDOUT/STDERR from command [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      EXEC: STDOUT/STDERR from command [{0}] ...
    • sftpExec_baseDir

      public static String sftpExec_baseDir(Object arg0)
      Key sftpExec.baseDir: Local workspace directory is [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Local workspace directory is [{0}]
    • _sftpExec_baseDir

      public static org.jvnet.localizer.Localizable _sftpExec_baseDir(Object arg0)
      Key sftpExec.baseDir: Local workspace directory is [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Local workspace directory is [{0}]
    • global_hostconfig_descriptor

      public static String global_hostconfig_descriptor()
      Key global.hostconfig.descriptor: SSH Host Configuration.
      Returns:
      SSH Host Configuration
    • _global_hostconfig_descriptor

      public static org.jvnet.localizer.Localizable _global_hostconfig_descriptor()
      Key global.hostconfig.descriptor: SSH Host Configuration.
      Returns:
      SSH Host Configuration
    • console_session_creating

      public static String console_session_creating(Object arg0, Object arg1, Object arg2)
      Key console.session.creating: Creating session: username [{0}], hostname [{1}], port [{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:
      Creating session: username [{0}], hostname [{1}], port [{2}]
    • _console_session_creating

      public static org.jvnet.localizer.Localizable _console_session_creating(Object arg0, Object arg1, Object arg2)
      Key console.session.creating: Creating session: username [{0}], hostname [{1}], port [{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:
      Creating session: username [{0}], hostname [{1}], port [{2}]
    • exception_addIdentity

      public static String exception_addIdentity(Object arg0)
      Key exception.addIdentity: Failed to add SSH key. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to add SSH key. Message [{0}]
    • _exception_addIdentity

      public static org.jvnet.localizer.Localizable _exception_addIdentity(Object arg0)
      Key exception.addIdentity: Failed to add SSH key. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to add SSH key. Message [{0}]
    • global_common_descriptor

      public static String global_common_descriptor()
      Key global.common.descriptor: SSH Common Configuration.
      Returns:
      SSH Common Configuration
    • _global_common_descriptor

      public static org.jvnet.localizer.Localizable _global_common_descriptor()
      Key global.common.descriptor: SSH Common Configuration.
      Returns:
      SSH Common Configuration
    • exception_badTransferConfig

      public static String exception_badTransferConfig()
      Key exception.badTransferConfig: An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.
      Returns:
      An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both
    • _exception_badTransferConfig

      public static org.jvnet.localizer.Localizable _exception_badTransferConfig()
      Key exception.badTransferConfig: An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both.
      Returns:
      An SSH Transfer Set must not have an empty Source files and an empty Exec command - the transfer set should transfer files, execute a command or do both
    • exception_cwdException

      public static String exception_cwdException(Object arg0, Object arg1)
      Key exception.cwdException: Exception when changing to directory [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when changing to directory [{0}]. Message [{1}]
    • _exception_cwdException

      public static org.jvnet.localizer.Localizable _exception_cwdException(Object arg0, Object arg1)
      Key exception.cwdException: Exception when changing to directory [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when changing to directory [{0}]. Message [{1}]
    • console_exec_completed

      public static String console_exec_completed(Object arg0)
      Key console.exec.completed: EXEC: completed after {0} ms.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      EXEC: completed after {0} ms
    • _console_exec_completed

      public static org.jvnet.localizer.Localizable _console_exec_completed(Object arg0)
      Key console.exec.completed: EXEC: completed after {0} ms.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      EXEC: completed after {0} ms
    • retry_descriptor_displayName

      public static String retry_descriptor_displayName()
      Key retry.descriptor.displayName: SSH Retry.
      Returns:
      SSH Retry
    • _retry_descriptor_displayName

      public static org.jvnet.localizer.Localizable _retry_descriptor_displayName()
      Key retry.descriptor.displayName: SSH Retry.
      Returns:
      SSH Retry
    • publisher_descriptor_displayName

      public static String publisher_descriptor_displayName()
      Key publisher.descriptor.displayName: SSH Publisher.
      Returns:
      SSH Publisher
    • _publisher_descriptor_displayName

      public static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()
      Key publisher.descriptor.displayName: SSH Publisher.
      Returns:
      SSH Publisher
    • console_sftp_opening

      public static String console_sftp_opening()
      Key console.sftp.opening: Opening SFTP channel ....
      Returns:
      Opening SFTP channel ...
    • _console_sftp_opening

      public static org.jvnet.localizer.Localizable _console_sftp_opening()
      Key console.sftp.opening: Opening SFTP channel ....
      Returns:
      Opening SFTP channel ...
    • exception_session_connect

      public static String exception_session_connect(Object arg0, Object arg1)
      Key exception.session.connect: Failed to connect session for config [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect session for config [{0}]. Message [{1}]
    • _exception_session_connect

      public static org.jvnet.localizer.Localizable _exception_session_connect(Object arg0, Object arg1)
      Key exception.session.connect: Failed to connect session for config [{0}]. Message [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect session for config [{0}]. Message [{1}]
    • exception_disconnect_exec

      public static String exception_disconnect_exec(Object arg0)
      Key exception.disconnect.exec: Exception when disconnecting exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting exec channel. Message [{0}]
    • _exception_disconnect_exec

      public static org.jvnet.localizer.Localizable _exception_disconnect_exec(Object arg0)
      Key exception.disconnect.exec: Exception when disconnecting exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting exec channel. Message [{0}]
    • console_sftp_opened

      public static String console_sftp_opened()
      Key console.sftp.opened: SFTP channel open.
      Returns:
      SFTP channel open
    • _console_sftp_opened

      public static org.jvnet.localizer.Localizable _console_sftp_opened()
      Key console.sftp.opened: SFTP channel open.
      Returns:
      SFTP channel open
    • exception_client_entryIsNull

      public static String exception_client_entryIsNull()
      Key exception.client.entryIsNull: File system entry was not parsed correctly from server.
      Returns:
      File system entry was not parsed correctly from server
    • _exception_client_entryIsNull

      public static org.jvnet.localizer.Localizable _exception_client_entryIsNull()
      Key exception.client.entryIsNull: File system entry was not parsed correctly from server.
      Returns:
      File system entry was not parsed correctly from server
    • exception_exec_open

      public static String exception_exec_open(Object arg0)
      Key exception.exec.open: Failed to open exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to open exec channel. Message [{0}]
    • _exception_exec_open

      public static org.jvnet.localizer.Localizable _exception_exec_open(Object arg0)
      Key exception.exec.open: Failed to open exec channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to open exec channel. Message [{0}]
    • exception_failedToCreateClient

      public static String exception_failedToCreateClient(Object arg0)
      Key exception.failedToCreateClient: Failed to connect and initialize SSH connection. Message: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect and initialize SSH connection. Message: [{0}]
    • _exception_failedToCreateClient

      public static org.jvnet.localizer.Localizable _exception_failedToCreateClient(Object arg0)
      Key exception.failedToCreateClient: Failed to connect and initialize SSH connection. Message: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect and initialize SSH connection. Message: [{0}]
    • console_warning

      public static String console_warning(Object arg0)
      Key console.warning: WARNING: Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      WARNING: Message [{0}]
    • _console_warning

      public static org.jvnet.localizer.Localizable _console_warning(Object arg0)
      Key console.warning: WARNING: Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      WARNING: Message [{0}]
    • sftpExec_lcd

      public static String sftpExec_lcd(Object arg0)
      Key sftpExec.lcd: lcd [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      lcd [{0}]
    • _sftpExec_lcd

      public static org.jvnet.localizer.Localizable _sftpExec_lcd(Object arg0)
      Key sftpExec.lcd: lcd [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      lcd [{0}]
    • sftpExec_unsupportedCommand

      public static String sftpExec_unsupportedCommand(Object arg0)
      Key sftpExec.unsupportedCommand: Unsupported command [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unsupported command [{0}]
    • _sftpExec_unsupportedCommand

      public static org.jvnet.localizer.Localizable _sftpExec_unsupportedCommand(Object arg0)
      Key sftpExec.unsupportedCommand: Unsupported command [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Unsupported command [{0}]
    • exception_badTransferConfig_noExec

      public static String exception_badTransferConfig_noExec()
      Key exception.badTransferConfig.noExec: An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.
      Returns:
      An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **
    • _exception_badTransferConfig_noExec

      public static org.jvnet.localizer.Localizable _exception_badTransferConfig_noExec()
      Key exception.badTransferConfig.noExec: An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **.
      Returns:
      An SSH Transfer Set must contain Source files - if you really want to include everything, set Source files to **
    • exception_client_cdup

      public static String exception_client_cdup()
      Key exception.client.cdup: Failed to change to parent directory.
      Returns:
      Failed to change to parent directory
    • _exception_client_cdup

      public static org.jvnet.localizer.Localizable _exception_client_cdup()
      Key exception.client.cdup: Failed to change to parent directory.
      Returns:
      Failed to change to parent directory
    • console_chmod

      public static String console_chmod(Object arg0, Object arg1)
      Key console.chmod: chmod [{0} {1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      chmod [{0} {1}]
    • _console_chmod

      public static org.jvnet.localizer.Localizable _console_chmod(Object arg0, Object arg1)
      Key console.chmod: chmod [{0} {1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      chmod [{0} {1}]
    • exception_disconnect_sftp

      public static String exception_disconnect_sftp(Object arg0)
      Key exception.disconnect.sftp: Exception when disconnecting SFTP. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting SFTP. Message [{0}]
    • _exception_disconnect_sftp

      public static org.jvnet.localizer.Localizable _exception_disconnect_sftp(Object arg0)
      Key exception.disconnect.sftp: Exception when disconnecting SFTP. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exception when disconnecting SFTP. Message [{0}]
    • sftpExec_showRemotePath

      public static String sftpExec_showRemotePath(Object arg0)
      Key sftpExec.showRemotePath: Remote path is [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Remote path is [{0}]
    • _sftpExec_showRemotePath

      public static org.jvnet.localizer.Localizable _sftpExec_showRemotePath(Object arg0)
      Key sftpExec.showRemotePath: Remote path is [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Remote path is [{0}]
    • console_sftp_connecting

      public static String console_sftp_connecting()
      Key console.sftp.connecting: Connecting SFTP channel ....
      Returns:
      Connecting SFTP channel ...
    • _console_sftp_connecting

      public static org.jvnet.localizer.Localizable _console_sftp_connecting()
      Key console.sftp.connecting: Connecting SFTP channel ....
      Returns:
      Connecting SFTP channel ...
    • sftpExec_getEmpty

      public static String sftpExec_getEmpty(Object arg0)
      Key sftpExec.getEmpty: Nothing to get [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Nothing to get [{0}]
    • _sftpExec_getEmpty

      public static org.jvnet.localizer.Localizable _sftpExec_getEmpty(Object arg0)
      Key sftpExec.getEmpty: Nothing to get [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Nothing to get [{0}]
    • console_exec_connected

      public static String console_exec_connected()
      Key console.exec.connected: EXEC: connected.
      Returns:
      EXEC: connected
    • _console_exec_connected

      public static org.jvnet.localizer.Localizable _console_exec_connected()
      Key console.exec.connected: EXEC: connected.
      Returns:
      EXEC: connected
    • sftpExec_lsEmpty

      public static String sftpExec_lsEmpty(Object arg0)
      Key sftpExec.lsEmpty: Nothing to list [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Nothing to list [{0}]
    • _sftpExec_lsEmpty

      public static org.jvnet.localizer.Localizable _sftpExec_lsEmpty(Object arg0)
      Key sftpExec.lsEmpty: Nothing to list [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Nothing to list [{0}]
    • descriptor_displayName

      public static String descriptor_displayName()
      Key descriptor.displayName: Send build artifacts over SSH.
      Returns:
      Send build artifacts over SSH
    • _descriptor_displayName

      public static org.jvnet.localizer.Localizable _descriptor_displayName()
      Key descriptor.displayName: Send build artifacts over SSH.
      Returns:
      Send build artifacts over SSH
    • sftpExec_symlink

      public static String sftpExec_symlink(Object arg0, Object arg1)
      Key sftpExec.symlink: symlink [{0}] [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      symlink [{0}] [{1}]
    • _sftpExec_symlink

      public static org.jvnet.localizer.Localizable _sftpExec_symlink(Object arg0, Object arg1)
      Key sftpExec.symlink: symlink [{0}] [{1}].
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      symlink [{0}] [{1}]
    • exception_pwd

      public static String exception_pwd(Object arg0)
      Key exception.pwd: PWD failed. Message: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      PWD failed. Message: [{0}]
    • _exception_pwd

      public static org.jvnet.localizer.Localizable _exception_pwd(Object arg0)
      Key exception.pwd: PWD failed. Message: [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      PWD failed. Message: [{0}]
    • exception_exec_exitStatus

      public static String exception_exec_exitStatus(Object arg0)
      Key exception.exec.exitStatus: Exec exit status not zero. Status [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exec exit status not zero. Status [{0}]
    • _exception_exec_exitStatus

      public static org.jvnet.localizer.Localizable _exception_exec_exitStatus(Object arg0)
      Key exception.exec.exitStatus: Exec exit status not zero. Status [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exec exit status not zero. Status [{0}]
    • promotion_descriptor_displayName

      public static String promotion_descriptor_displayName()
      Key promotion.descriptor.displayName: Send build artifacts over SSH.
      Returns:
      Send build artifacts over SSH
    • _promotion_descriptor_displayName

      public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
      Key promotion.descriptor.displayName: Send build artifacts over SSH.
      Returns:
      Send build artifacts over SSH
    • console_session_connected

      public static String console_session_connected()
      Key console.session.connected: Connected.
      Returns:
      Connected
    • _console_session_connected

      public static org.jvnet.localizer.Localizable _console_session_connected()
      Key console.session.connected: Connected.
      Returns:
      Connected
    • preBuild_descriptor_displayName

      public static String preBuild_descriptor_displayName()
      Key preBuild.descriptor.displayName: Send files or execute commands over SSH before the build starts.
      Returns:
      Send files or execute commands over SSH before the build starts
    • _preBuild_descriptor_displayName

      public static org.jvnet.localizer.Localizable _preBuild_descriptor_displayName()
      Key preBuild.descriptor.displayName: Send files or execute commands over SSH before the build starts.
      Returns:
      Send files or execute commands over SSH before the build starts
    • exception_pwdNotAbsolute

      public static String exception_pwdNotAbsolute(Object arg0)
      Key exception.pwdNotAbsolute: PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
    • _exception_pwdNotAbsolute

      public static org.jvnet.localizer.Localizable _exception_pwdNotAbsolute(Object arg0)
      Key exception.pwdNotAbsolute: PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
    • sftpExec_getArgumentsEmpty

      public static String sftpExec_getArgumentsEmpty()
      Key sftpExec.getArgumentsEmpty: You must specify at least one path after a get command..
      Returns:
      You must specify at least one path after a get command.
    • _sftpExec_getArgumentsEmpty

      public static org.jvnet.localizer.Localizable _sftpExec_getArgumentsEmpty()
      Key sftpExec.getArgumentsEmpty: You must specify at least one path after a get command..
      Returns:
      You must specify at least one path after a get command.
    • descriptor_testConnection_error

      public static String descriptor_testConnection_error()
      Key descriptor.testConnection.error: Failed to connect or change directory.
      Returns:
      Failed to connect or change directory
    • _descriptor_testConnection_error

      public static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
      Key descriptor.testConnection.error: Failed to connect or change directory.
      Returns:
      Failed to connect or change directory
    • descriptor_testConnection_sftpError

      public static String descriptor_testConnection_sftpError()
      Key descriptor.testConnection.sftpError: Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.
      Returns:
      Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail
    • _descriptor_testConnection_sftpError

      public static org.jvnet.localizer.Localizable _descriptor_testConnection_sftpError()
      Key descriptor.testConnection.sftpError: Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail.
      Returns:
      Connected, but failed to setup SFTP - check the SSH server. Exec commands should work, but transferring files will fail
    • postBuild_descriptor_displayName

      public static String postBuild_descriptor_displayName()
      Key postBuild.descriptor.displayName: Send files or execute commands over SSH after the build runs.
      Returns:
      Send files or execute commands over SSH after the build runs
    • _postBuild_descriptor_displayName

      public static org.jvnet.localizer.Localizable _postBuild_descriptor_displayName()
      Key postBuild.descriptor.displayName: Send files or execute commands over SSH after the build runs.
      Returns:
      Send files or execute commands over SSH after the build runs
    • exception_sftp_open

      public static String exception_sftp_open(Object arg0)
      Key exception.sftp.open: Failed to open SFTP channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to open SFTP channel. Message [{0}]
    • _exception_sftp_open

      public static org.jvnet.localizer.Localizable _exception_sftp_open(Object arg0)
      Key exception.sftp.open: Failed to open SFTP channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to open SFTP channel. Message [{0}]
    • builder_descriptor_displayName

      public static String builder_descriptor_displayName()
      Key builder.descriptor.displayName: Send files or execute commands over SSH.
      Returns:
      Send files or execute commands over SSH
    • _builder_descriptor_displayName

      public static org.jvnet.localizer.Localizable _builder_descriptor_displayName()
      Key builder.descriptor.displayName: Send files or execute commands over SSH.
      Returns:
      Send files or execute commands over SSH
    • sftpExec_ls

      public static String sftpExec_ls(Object arg0)
      Key sftpExec.ls: ls [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ls [{0}]
    • _sftpExec_ls

      public static org.jvnet.localizer.Localizable _sftpExec_ls(Object arg0)
      Key sftpExec.ls: ls [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      ls [{0}]
    • console_put

      public static String console_put(Object arg0)
      Key console.put: put [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      put [{0}]
    • _console_put

      public static org.jvnet.localizer.Localizable _console_put(Object arg0)
      Key console.put: put [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      put [{0}]
    • descriptor_sourceFiles_check_configNotFound

      public static String descriptor_sourceFiles_check_configNotFound(Object arg0)
      Key descriptor.sourceFiles.check.configNotFound: Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page
    • _descriptor_sourceFiles_check_configNotFound

      public static org.jvnet.localizer.Localizable _descriptor_sourceFiles_check_configNotFound(Object arg0)
      Key descriptor.sourceFiles.check.configNotFound: Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Could not find the SSH Server configuration named [{0}]- check the System Configuration and then reload this configuration page
    • exception_sftp_connect

      public static String exception_sftp_connect(Object arg0)
      Key exception.sftp.connect: Failed to connect SFTP channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect SFTP channel. Message [{0}]
    • _exception_sftp_connect

      public static org.jvnet.localizer.Localizable _exception_sftp_connect(Object arg0)
      Key exception.sftp.connect: Failed to connect SFTP channel. Message [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to connect SFTP channel. Message [{0}]
    • exception_session_create

      public static String exception_session_create(Object arg0, Object arg1, Object arg2, Object arg3)
      Key exception.session.create: Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].
      Parameters:
      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).
      Returns:
      Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}]
    • _exception_session_create

      public static org.jvnet.localizer.Localizable _exception_session_create(Object arg0, Object arg1, Object arg2, Object arg3)
      Key exception.session.create: Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}].
      Parameters:
      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).
      Returns:
      Failed to create session: username [{0}], hostname [{1}], port [{2}]. Message [{3}]
    • console_message_transferskip

      public static String console_message_transferskip(Object arg0)
      Key console.message.transferskip: Transfer {0} skipped.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Transfer {0} skipped
    • _console_message_transferskip

      public static org.jvnet.localizer.Localizable _console_message_transferskip(Object arg0)
      Key console.message.transferskip: Transfer {0} skipped.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Transfer {0} skipped
    • console_usingPwd

      public static String console_usingPwd()
      Key console.usingPwd: Remote root is not absolute, getting absolute directory from PWD.
      Returns:
      Remote root is not absolute, getting absolute directory from PWD
    • _console_usingPwd

      public static org.jvnet.localizer.Localizable _console_usingPwd()
      Key console.usingPwd: Remote root is not absolute, getting absolute directory from PWD.
      Returns:
      Remote root is not absolute, getting absolute directory from PWD
    • console_sftp_connected

      public static String console_sftp_connected()
      Key console.sftp.connected: Connected.
      Returns:
      Connected
    • _console_sftp_connected

      public static org.jvnet.localizer.Localizable _console_sftp_connected()
      Key console.sftp.connected: Connected.
      Returns:
      Connected
    • sftpExec_display

      public static String sftpExec_display(Object arg0)
      Key sftpExec.display: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}
    • _sftpExec_display

      public static org.jvnet.localizer.Localizable _sftpExec_display(Object arg0)
      Key sftpExec.display: {0}.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0}
    • exception_client_rmdir

      public static String exception_client_rmdir(Object arg0)
      Key exception.client.rmdir: Failed to delete directory [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to delete directory [{0}]
    • _exception_client_rmdir

      public static org.jvnet.localizer.Localizable _exception_client_rmdir(Object arg0)
      Key exception.client.rmdir: Failed to delete directory [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Failed to delete directory [{0}]
    • exception_exec_timeout

      public static String exception_exec_timeout(Object arg0)
      Key exception.exec.timeout: Exec timed out or was interrupted after {0} ms.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exec timed out or was interrupted after {0} ms
    • _exception_exec_timeout

      public static org.jvnet.localizer.Localizable _exception_exec_timeout(Object arg0)
      Key exception.exec.timeout: Exec timed out or was interrupted after {0} ms.
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Exec timed out or was interrupted after {0} ms
    • console_mkdir

      public static String console_mkdir(Object arg0)
      Key console.mkdir: mkdir [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      mkdir [{0}]
    • _console_mkdir

      public static org.jvnet.localizer.Localizable _console_mkdir(Object arg0)
      Key console.mkdir: mkdir [{0}].
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      mkdir [{0}]
    • sftpExec_deleteDirectory

      public static String sftpExec_deleteDirectory(Object arg0)
      Key sftpExec.deleteDirectory: rmdir [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      rmdir [{0}] ...
    • _sftpExec_deleteDirectory

      public static org.jvnet.localizer.Localizable _sftpExec_deleteDirectory(Object arg0)
      Key sftpExec.deleteDirectory: rmdir [{0}] ....
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      rmdir [{0}] ...